TdxSpreadSheetVectorValue.ErrorCode Field
In This Article
Stores the cell’s error code within a row or column vector.
#Declaration
Delphi
ErrorCode: TdxSpreadSheetFormulaErrorCode
#Field Value
Type |
---|
Tdx |
#Remarks
If a cell contains no formula expressions, cell or cell range references, and/or defined names, the ErrorCode property always returns ecNone. Otherwise, this property returns the current error code of an expression stored within a cell.
To identify whether a column or row vector value is valid, call the IsError function.
See Also