Cell.Split(Object, Object) 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.
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.