Cell.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 ( _
MergeTo As Cell _
)
'Usage
Dim instance As Cell
Dim MergeTo As Cell
instance.Merge(MergeTo)
void Merge(
Cell MergeTo
)
Parameters
- MergeTo
Type: Microsoft.Office.Interop.PowerPoint.Cell
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.