Skip to main content

TcxPivotGridViewData.Rows Property

Provides indexed access to rows.

Declaration

property Rows[AIndex: Integer]: TcxPivotGridViewDataItem read;

Property Value

Type
TcxPivotGridViewDataItem

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