Cell.Merge(Cell) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.