Click or drag to resize

DataColumn.SetValue Method

X#
Set the value of the current data column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetValue(
	cNewValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

cNewValue (Optional)
Type: Usual
The new value to be assigned to the data column specified as a string.

Return Value

Type: Usual
A string representing the current value of the data column.
See Also