TcxPivotGridViewData.Rows Property
In This Article
Provides indexed access to rows.
#Declaration
Delphi
property Rows[AIndex: Integer]: TcxPivotGridViewDataItem read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Rows property to get a row by its index.
The zero-based Index parameter specifies an index of the row instance to be retrieved.
See Also