column method
Returns the column given its index. The first column is column 1.
column(columnIndex )
Parameters
unsigned long columnIndex
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.
这对您有帮助吗?