Skip to main content

EdxSpreadSheetFormulaIsTooLongError Class

The exception class for handling formula expression validation errors.

Declaration

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