SetValueByCaption |
Scroll |
Sets the field with the specified Caption to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetValueByCaption ( _ strCaption As String, _ vValue As Object _ ) C# public virtual void SetValueByCaption ( string strCaption, object vValue )
ParametersstrCaption Caption of the field for which to set a new value.
vValue New value of the field.
Return ValueNone. |