Cell.Merge(Cell) Method

Definition

Merges the specified table cell with another cell.

public:
 void Merge(Microsoft::Office::Interop::Word::Cell ^ MergeTo);
public void Merge (Microsoft.Office.Interop.Word.Cell MergeTo);
abstract member Merge : Microsoft.Office.Interop.Word.Cell -> unit
Public Sub Merge (MergeTo As Cell)

Parameters

MergeTo
Cell

The cell to be merged with.

Remarks

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

Applies to