Back to Devexpress

EdxSpreadSheetError Class

vcl-dxspreadsheetclasses.md

latest1.5 KB
Original Source

EdxSpreadSheetError Class

The exception class for general spreadsheet interaction errors.

Declaration

delphi
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

EdxSpreadSheetError Members

dxSpreadSheetClasses Unit