Skip to main content

TdxSpreadSheetState Enum

Enumerates specific states of the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetState = (
    sssReading,
    sssReadingCells,
    sssReadingFromClipboard,
    sssWriting,
    sssExporting,
    sssBiDiModeChanging
);

Members

Name
sssReading
sssReadingCells
sssReadingFromClipboard
sssWriting
sssExporting
sssBiDiModeChanging

Remarks

Options include:

Value Description
sssReading This state corresponds to the loading data and settings operations. This flag is added to the Spreadsheet control states at the beginning of the importing operation and then removed after its completion. This state forbids modifications of the currently opened spreadsheet document.
sssWriting This state corresponds to the saving data and settings operations. This flag is added to the Spreadsheet control states at the beginning of the exporting operation and removed after completion of this operation. This state forbids modifications of the currently opened spreadsheet document.

This type is referenced by the TdxSpreadSheetStates type.

See Also