TcxPivotGridViewDataSelection.Clear Method
In This Article
Clears the current selection.
#Declaration
Delphi
procedure Clear; virtual;
#Remarks
This method removes all cell regions from the Regions collection, and sets the FocusedCell property to (-1,-1).
See Also