TcxPivotGridViewData Class
Contains layout information on the data cells.
Declaration
TcxPivotGridViewData = class(
TObject
)
Remarks
Along with representing information on the view’s structure (see the ColumnCount, Columns, RowCount and Rows properties), the TcxPivotGridViewData class allows you to:
Determine the number of visible columns and rows in the client area (ColumnsPerPage and RowsPerPage).
Scroll the view to the specific location (the ColumnIndex, RowIndex properties and MakeSelectionVisible method).
Access the display data of a particular cell and its calculated summary values (CellsAsText and Cells).
Specify the focused and selected cells (FocusedCell and Selection).
Determine whether a particular cell is displayed as selected (IsCellSelected).
Access the view settings for the pivot grid (OptionsView).
The TcxPivotGridViewData object is referenced by the pivot grid’s ViewData property.