Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetSelectionElements Type

A set of visual elements that make up the selector rectangle, formula reference highlights, and selected cell range markers.

#Declaration

Delphi
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