Contents
- Index
- Previous
- Next
VisibleNumber property
Applies to
TProfGridRow class
Declaration
property VisibleNumber: Integer;
Description
Returns the screen position of the row. (This is also the index of the Row in the Rows property of the grid).
If the row is a hidden row, the property returns -1.
Run-time only
Read-only