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