SetValueByFieldNo |
Scroll |
Sets the field with the specified FieldNo to the specified value.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetValueByFieldNo ( _ nFieldNo As Integer, _ vValue As Object _ ) C# public virtual void SetValueByFieldNo ( int nFieldNo, object vValue )
ParametersnFieldNo Field number of the field for which to set a new value.
vValue New value of the field.
Return ValueNone. |