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