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 | |
dsSecond | This dsSecond stage corresponds to the spreadsheet visual elements that should be drawn when the |
See Also