SetDependentValue.1 |
Scroll |
Sets the value as a string. Values for other field types will be converted.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetDependentValue ( _ nFieldNo As Integer, _ strValue As String, _ ) C# public virtual void SetDependentValue ( int nFieldNo, string strValue, )
Parameters nFieldNo The field number of the dependent field to be set.
strValue The string value for the field.
Return Value None. |