Skip to main content

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 corners. The colors of the highlighted references are determined by the dxSpreadSheetSelectionColors global constant while the cell selector frame’s color can be customized via the SpreadSheet control’s Styles.Selection property.

ssseCorners

The small dot-like marker element located:

  • At the bottom-right corner of the cell selector rectangle;

  • In all four corners of the reference highlight rectangles.

The corner element has the same color as the selector frame to which it belongs. The colors of the highlighted references are determined by the dxSpreadSheetSelectionColors global constant.

ssseBackground

The colored background marking the selected cell range areas. The background has the same color as both the selector rectangle’s frame and corner.

See Also