Click or drag to resize

DataColumn.Value Property

X#
The value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Value AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
See Also