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 get
<void> Table.split(<TableAddPosition> tableAddPosition, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
table |
Specifies the position where to split the table. |
callback | Optional. Receives whether the table could be split. |
error |
Optional. Is called when the operation failed with an error. |