Contents
- Index
- Previous
- Next
Cells property
Applies to
TProfGridSelection class
Declaration
property Cells[Index: Integer]: TProfGridCell;
Description
Provides a way to iterate through individual cells in the current selection.
The size of the Cells array is equal to the Count property. The first cell in the array has index zero.
Note: The Cells property does not exclude any duplicates (i.e. merged cells) from the array of selected cells.
Run-time only
Read-only