Skip to main content

TdxSpreadSheetVectorValue.Value Field

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

Declaration

Value: Variant

Field Value

Type
Variant

Remarks

If a particular cell object is created, the Value property returns either the cell’s actual value (if the cell contains a simple value or valid formula expression) or the error code. Otherwise, the Value property is not initialized.

To identify whether the cell contains a valid value, invoke the IsError method.

See Also