Share via


Cell.Split Method

Splits a single table cell into multiple cells.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Split ( _
    ByRef NumRows As Object, _
    ByRef NumColumns As Object _
)
'Usage
Dim instance As Cell
Dim NumRows As Object
Dim NumColumns As Object

instance.Split(NumRows, NumColumns)
void Split(
    ref Object NumRows,
    ref Object NumColumns
)

Parameters

  • NumRows
    Type: System.Object%
    The number of rows that the cell is to be split into.
  • NumColumns
    Type: System.Object%
    The number of columns that the cell is to be split into.

See Also

Reference

Cell Interface

Cell Members

Microsoft.Office.Interop.Word Namespace