Click or drag to resize

DataColumn.SetValue Method (Typed)

X#
Set the value of the current data column.

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

Parameters

cNewValue
Type: String
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