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

EdxSpreadSheetFormulaIsTooLongError Class

The exception class for handling formula expression validation errors.

#Declaration

Delphi
EdxSpreadSheetFormulaIsTooLongError = class(
    EdxSpreadSheetError
)

#Remarks

This exception is raised if a successfully parsed formula expression is either incorrect or incompatible with Microsoft Excel® file formats. When raised, the EdxSpreadSheetFormulaIsTooLongError exception displays the formula expression’s SourceText property value as an error message:

For detailed information on conditions under which this exception is raised, refer to the formula expression’s Validate procedure description.

#Inheritance

TObject
Exception
EdxException
EdxSpreadSheetError
EdxSpreadSheetFormulaIsTooLongError
See Also