dxSpreadSheetErrorCodeToString(TdxSpreadSheetFormulaErrorCode) Method
In This Article
Converts the specified spreadsheet formula error code into a Unicode string.
#Declaration
Delphi
function dxSpreadSheetErrorCodeToString(ACode: TdxSpreadSheetFormulaErrorCode): string;
#Parameters
Name | Type |
---|---|
ACode | Tdx |
#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