removeAt
removeAt(int firstRowIndex, boolean withAttachedRows) method
Removes a row at the specified position from a table.
Parameters
| Name | Type | Description |
|---|---|---|
| firstRowIndex | int | Index of a row to delete. |
| withAttachedRows | boolean | True to delete also all attached rows. |
Returns
void