removeAt
removeAt(int firstColumnIndex, boolean withAttachedRows) function
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. |