Skip to main content

TdxSpreadSheetDrawingStage Enum

Enumerates the painting stages of the Spreadsheet control‘s visual elements.

Declaration

TdxSpreadSheetDrawingStage = (
    dsFirst,
    dsSecond
);

Members

Name
dsFirst
dsSecond

Remarks

Options include:

Value

Description

Visual Element Example

dsFirst

The dsFirst stage corresponds to the spreadsheet visual elements which should be painted first, including but not limited to, the background, cells, cell borders. The overlapping visual elements should be painted at the second drawing stage.

dsSecond

This dsSecond stage corresponds to the spreadsheet visual elements that should be drawn when the higher priority elements have already been painted. Such elements include, but are not limited to, the floating floating containers, worksheet tabs, selector rectangles, and reference highlights.

See Also