EdxSpreadSheetDefinedNameError Class
The exception class for defined name validation errors.
Declaration
EdxSpreadSheetDefinedNameError = class(
EdxSpreadSheetError
)
Remarks
The EdxSpreadSheetDefinedNameError exception occurs if an application attempts to create a defined name that already exists or has an invalid caption. Use the sdxErrorInvalidDefinedNameSyntax and sdxErrorDefinedNameAlreadyExists resource strings declared in the dxSpreadSheetCoreStrs unit to localize the error messages this exception displays.
Inheritance
TObject
Exception
EdxException
EdxSpreadSheetError
EdxSpreadSheetDefinedNameError
See Also