Skip to main content

TdxSpreadSheetVectorValue.ErrorCode Field

Stores the cell’s error code within a row or column vector.

Declaration

ErrorCode: TdxSpreadSheetFormulaErrorCode

Field Value

Type
TdxSpreadSheetFormulaErrorCode

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