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