Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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