Share via


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

Remarks

The result of calling this property is a single table cell.

See Also

Reference

Cell Interface

Cell Members

Microsoft.Office.Interop.Word Namespace