Skip to main content

TcxPivotGridViewDataSelection Methods

Contains a pivot grid’s selected and focused data cells.
Name Description
Add(TRect) Adds a specified cell region to the current selection.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents a pivot grid from being updated during bulk selection changes until the EndUpdate method is called.
Clear Clears the current selection.
Delete(Integer) Removes a specified cell region from the current selection.
EndUpdate(Boolean) Enables pivot grid updates after a call to the BeginUpdate method.
Equals(TObject) Inherited from TObject.
GetCombinedSelectionBounds Returns the minimum cell region that encloses all the regions making up the current selection.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
IsCellSelected(Integer,Integer) Determines whether a specified cell is selected.
MakeNew(TRect) Clears the current selection, and then selects a specified cell region.
ToString Inherited from TObject.
See Also