TcxPivotGridViewData.RowIndex Property
Specifies the zero-based index of the uppermost visible row in the data area.
Declaration
property RowIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Depending upon how many rows are located after the specified row and the number of rows displayed at a time in the data area (see the RowCount and RowsPerPage properties), the specified row will either be the uppermost row or simply scrolled into view. In the latter instance the RowIndex property will return an index of the row, which has become the uppermost visible row.
See Also