TdxSpreadSheetVectorValue Record
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