Programmer's Guide > Interfaces > TableGrid interface > deleteColumn method
  
deleteColumn method
Delete a column from the grid.
deleteColumn(column )
Parameters
TableColumncolumn
The column to be deleted.
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the column is not in this grid or if the table model does not allow it to be deleted.