version 1.5
Function split (afterRow As Integer) As rtTable
Splits the table after specified row. Returns the new table. The design of both tables is the same except TableID property is empty for the new table.
Split fails to execute in case the row indicated contains merged area.
In case the indicated row is the last one or outside of table, split returns a table clone with one empty row - equivalent to CloneDesign (False).
|