_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
- Path
Type: System.String
The Cell object to be merged with.
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.