TcxPivotGridViewDataSelection.GetCombinedSelectionBounds Method
Returns the minimum cell region that encloses all the regions making up the current selection.
Declaration
function GetCombinedSelectionBounds: TRect; virtual;
Returns
Type |
---|
TRect |
Remarks
For the selection displayed below this function returns Rect(0, 2, 2, 5).
Use the Regions collection to access the regions making up the current selection.
See Also