TdxSpreadSheetVectorValue Members
Stores a single cell value within a row or column vector.Constructors
Name | Description |
---|---|
Create(Variant,TdxSpreadSheetFormulaErrorCode) | Initializes a new instance of the TdxSpreadSheetVectorValue class with specified settings. |
Fields
Name | Description |
---|---|
ErrorCode | Stores the cell’s error code within a row or column vector. |
Value | Stores the cell’s value within a row or column vector. |
Methods
Name | Description |
---|---|
IsError | Identifies whether the column or row vector value’s error code is different from ecNone. |
See Also