TdxSpreadSheetDrawingStage Enum
In This Article
Enumerates the painting stages of the Spreadsheet control‘s visual elements.
#Declaration
Delphi
TdxSpreadSheetDrawingStage = (
dsFirst,
dsSecond
);
#Members
Name |
---|
ds
|
ds
|
#Remarks
Options include:
Value | Description | Visual Element Example |
---|---|---|
ds | The ds | |
ds | This ds |
See Also