Share via


Cells.Split Method

Splits a range of table 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, _
    ByRef MergeBeforeSplit As Object _
)
'Usage
Dim instance As Cells
Dim NumRows As Object
Dim NumColumns As Object
Dim MergeBeforeSplit As Object

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

Parameters

  • NumRows
    Type: System.Object%
    The number of rows that the group of cells is to be split into.
  • NumColumns
    Type: System.Object%
    The number of columns that the group of cells is to be split into.
  • MergeBeforeSplit
    Type: System.Object%
    A value that indicates whether to merge the cells with one another before splitting them.

See Also

Reference

Cells Interface

Cells Members

Microsoft.Office.Interop.Word Namespace