TdxSpreadSheetSelectionElement Enum
Enumerates the visual elements of the worksheet selector rectangles.
Declaration
TdxSpreadSheetSelectionElement = (
ssseFrame,
ssseCorners,
ssseBackground
);
Members
| Name |
|---|
ssseFrame
|
ssseCorners
|
ssseBackground
|
Remarks
The list of displayed elements of the selector rectangles, highlighted references, and selected areas includes:
Value | Visual Element Description | Examples |
|---|---|---|
|
ssseFrame | The frame is the colored outline marking the cell selector rectangles and highlighted references. The frame always has the same color as its |
|
|
ssseCorners | The small dot-like marker element located:
The corner element has the same color as the selector |
|
|
ssseBackground | The colored background marking the selected cell range areas. The background has the same color as both the selector rectangle’s |
|


