removeAt

removeAt(int firstColumnIndex, boolean withAttachedRows) function

Removes a column at the specified position from a table.

Parameters

NameTypeDescription
firstColumnIndexintIndex of a column to delete.
withAttachedRowsbooleanTrue to delete also all attached columns.