TdxSpreadSheetSelectionElements Type
A set of visual elements that make up the selector rectangle, formula reference highlights, and selected cell range markers.
Declaration
TdxSpreadSheetSelectionElements = set of TdxSpreadSheetSelectionElement;
Referenced Class
Type |
---|
TdxSpreadSheetSelectionElement |
Remarks
Every selection or reference highlight marker consists of at least two individual elements. For instance, the cell selector rectangle consists of the frame and a single dot-like element in its bottom-right corner. Unlike the cell selector, the formula reference highlight markers contain four similar corner elements.
Refer to the TdxSpreadSheetSelectionElement topic for individual visual element descriptions.
See Also