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

dxSpreadSheetErrorCodeToString(TdxSpreadSheetFormulaErrorCode) Method

Converts the specified spreadsheet formula error code into a Unicode string.

#Declaration

Delphi
function dxSpreadSheetErrorCodeToString(ACode: TdxSpreadSheetFormulaErrorCode): string;

#Parameters

Name Type
ACode TdxSpreadSheetFormulaErrorCode

#Returns

Type
string

#Remarks

The dxSpreadSheetErrorCodeToString function converts one of the spreadsheet formula error code values, specified as the ACode parameter, to a string which can be displayed within the cell.

See Also