Cell.Merge Method
Merges the specified table cell with another cell.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.Cell
The cell to be merged with.
Remarks
The result of calling this property is a single table cell.