[]
Splits the table at a specified location.
public Table Split(Row row, InsertLocation location)
Public Function Split(row As Row, location As InsertLocation) As Table
Type | Name | Description |
---|---|---|
Row | row | The row where to split the table.
This may be null, see |
InsertLocation | location | The target location (relative to
If row is null, valid location values are
Start and End.
|
Type | Description |
---|---|
Table | The second part of the split table content. |