Table of Contents
getColumn Method 

Returns the grid column at the given index or with the specified column name.

Syntax
JavaScript
 Grid.getColumn(indexOrName)

Parameters

indexOrName
Zero based index of name of the column.
Remarks

When an index value is used, it is the original column index, which is the column index before a column has been moved and can differ from the current column index.

See Also