EdxSpreadSheetError Class
The exception class for general spreadsheet interaction errors.
Declaration
EdxSpreadSheetError = class(
EdxException
)
Remarks
An EdxSpreadSheetError
exception occurs in the following cases:
An application fails to access an object in the opened document (for instance, a worksheet, row, or column).
An application detects a conflict during a cell insert or delete operation.
An application attempts to assign an incorrect data format to a cell.
An application fails to focus a floating container.
Inheritance
TObject
Exception
EdxException
EdxSpreadSheetError
See Also