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