Cells.Split(Object, Object, Object) Method

Definition

Splits a range of table cells.

public void Split (ref object NumRows, ref object NumColumns, ref object MergeBeforeSplit);
abstract member Split : obj * obj * obj -> unit
Public Sub Split (Optional ByRef NumRows As Object, Optional ByRef NumColumns As Object, Optional ByRef MergeBeforeSplit As Object)

Parameters

NumRows
Object

The number of rows that the group of cells is to be split into.

NumColumns
Object

The number of columns that the group of cells is to be split into.

MergeBeforeSplit
Object

A value that indicates whether to merge the cells with one another before splitting them.

Applies to