IdxSpreadSheetConditionalFormattingOwner.GetSelectionArea Method
Returns a single selected cell range in a worksheet or Grid View.
Declaration
function GetSelectionArea: TRect;
Returns
Type |
---|
TRect |
Remarks
Call this function to obtain the area matching the first selected cell or cell range regardless of the actual number of individual selection areas.
Note
A conditional formatting rule can affect multiple individual cells and/or cell ranges.
See Also