Programmer's Guide > Interfaces > TableGrid interface > column method
  
column method
Returns the column given its index. The first column is column 1.
column(columnIndex )
Parameters
unsigned longcolumnIndex
The index of the column.
Returns
TableColumn. The indicated TableColumn.
Throws
TableException
INVALID_INDEX_ERR: Raised if columnIndex does not specify a column in this grid.