Back to Devexpress

EdxSpreadSheetProtectionError Class

vcl-dxspreadsheetcore-dafcc4a5.md

latest1.0 KB
Original Source

EdxSpreadSheetProtectionError Class

The exception class for cell modification errors that occur in protected worksheets.

Declaration

delphi
EdxSpreadSheetProtectionError = class(
    EdxSpreadSheetError
)

Remarks

This exception occurs if an end user attempts to modify cells in a protected worksheet if this action is forbidden.

Inheritance

TObject Exception EdxException EdxSpreadSheetError EdxSpreadSheetProtectionError

See Also

EdxSpreadSheetInvalidPasswordError Class

EdxSpreadSheetProtectionError Members

dxSpreadSheetCore Unit