DataColumn.SetValue Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetValue(
Usual cNewValue = default
)
Request Example
View SourceParameters
- 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