Splits a table below or above the current input position. If the table does not contain the current input position it cannot be split. The Table.
Introduced: 11.0.
public bool Split(TableAddPosition position);
Public Function Split(ByVal position As TableAddPosition) As Boolean
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
position | Specifies the position where to split the table. It can be one of the Table
|
The return value is true, if the table could be split. Otherwise it is false.