EdxSpreadSheetProtectionError Class
In This Article
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