IChartGrid.Col
IChartGrid See also

property Col: Integer;

Type Library
TeeChartx

Description
This property is deprecated. Please use the Cols.Col property instead.

Use Col at runtime to determine the current column in the grid. Setting Col moves focus to the cell in the current row that is in the new column. The first column has an index of 0, the second column an index of 1, and so on.

The selected cell in the grid can be located by reading the Col property and the Row property to obtain the indexes of its column and row. When focus moves to the grid, the selected cell gets input focus.



See also:
IChartGridCols.Col