|
Add(TRect)
|
Adds a cell region to the current selection.
|
|
Assign(TPersistent)
|
|
|
AssignTo(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)
|
|
|
GetCombinedSelectionBounds
|
Returns the minimum cell region that encloses all the regions making up the current selection.
|
|
GetHashCode
|
|
|
GetNamePath
|
|
|
GetOwner
|
|
|
IsCellSelected(Integer,Integer)
|
Determines whether a specified cell is selected.
|
|
MakeNew(TRect)
|
Clears the current selection, and then selects a specified cell region.
|
|
ToString
|
|