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

TdxSpreadSheetVectorValue.ErrorCode Field

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

#Declaration

#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