Contents - Index - Previous - Next


Col property



Applies to
TProfGrid component

Declaration
property Col: Integer;

Description

Specifies the visible index of the column that contains the focused cell.

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 focused cell in the grid can be located by reading the Col property and the Row property to obtain the visible indexes of its column and row.


Run-time only