split(topRow )
|
|
Parameters
|
TableRowtopRow
The row that should be the top row in the new grid.
|
Returns
|
TableGrid. The new grid that was inserted after this grid.
|
Throws
|
TableException
OPERATION_FAILED_ERR: Raised if the grid can not be split because the table model does not allow multiple grids or one of the resulting grids would be invalid in some way.
|