TcxPivotGridViewDataSelection Members
Contains a pivot grid’s selected and focused data cells.Constructors
Name | Description |
---|---|
Create(TcxPivotGridViewData) | Initializes a new instance of the TcxPivotGridViewDataSelection class with specified settings. |
Properties
Name | Description |
---|---|
Count | Returns the number of cell regions making up the current selection. |
FocusedCell | Specifies the position of the focused data cell in the column-row matrix coordinates. |
Regions | Provides indexed access to cell regions making up the current selection. |
Methods
Name | Description |
---|---|
Add(TRect) | Adds a 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 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