Share via


_Presentation.Merge Method

Merges one table cell with another. The result is a single table cell.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Merge ( _
    Path As String _
)
'Usage
Dim instance As _Presentation
Dim Path As String

instance.Merge(Path)
void Merge(
    string Path
)

Parameters

Remarks

For the MergeTo parameter, use the syntax .Cell(row, column).

This method returns an error if the file name cannot be opened, or the presentation has a baseline.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace