Overview | Methods | This Package | All Packages
Retrieves the index of the column in the grid.
Syntax
public int getIndex()
Return Value
Returns the zero-based index that indicates the current position of the column.
Remarks
Note that every column, visible or hidden, has an index. For example, if you set the visible property of the first column to false, it still has an index of 0. The column that the user actually sees as the first column is still the second column in the grid, with an index of 1.
See Also setIndex