Edit

Share via


Cell.Split(Object, Object) Method

Definition

Splits a single table cell into multiple cells.

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

Parameters

NumRows
Object

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

NumColumns
Object

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

Applies to