Contents
- Index
- Previous
- Next
AbsoluteRows property
Applies to
TProfGrid component
Declaration
property AbsoluteRows[AIndex: Integer]: TProfGridRow;
Description
Provides access to both visible and hidden rows.
AbsoluteRows is the array that lists all the rows of the grid. Use AbsoluteRows to access both visible and hidden rows in their natural order. The AIndex parameter is the index of the row, where the value of the first row in the grid is zero.
Run-time only
Read-only