dxSpreadSheetErrorCodeToString(TdxSpreadSheetFormulaErrorCode) Method
Converts the specified spreadsheet formula error code into a Unicode string.
Declaration
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