Contents
- Index
- Previous
- Next
AbsoluteCells property
Applies to
TProfGrid component
Declaration
property AbsoluteCells[AbsoluteCol, AbsoluteRow: Integer]: TProfGridCell;
Description
Provides access to the cells in both visible and hidden columns and rows.
AbsoluteCells is the two-dimensional zero-based array. The size of the array is AbsoluteColCount by AbsoluteRowCount.
Run-time only
Read-only