Skip to main content

TdxSpreadSheetVectorValue Record

Stores a single cell value within a row or column vector.

Declaration

TdxSpreadSheetVectorValue = record

Remarks

A single column or row vector value includes both the stored cell value (the Value property) with its accompanying error code (the ErrorCode property). The IsError function identifies whether the vector value’s error code is different from ecNone.

The row/column vector’s Items property references a TdxSpreadSheetVectorValue object.

See Also