DataColumn.SetValue Method (Typed) | |
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
public virtual Usual SetValue(
string cNewValue
)
Request Example
View SourceParameters
- 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