Remove.2 |
Scroll |
Removes the the specified field number from the list.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nFieldNo As Integer _ ) C# public virtual void Remove ( int nFieldNo )
Parameters nFieldNo Field number to be removed.
Return Value None. |
Field not found No exception is thrown if the the list does not contain the specified nFieldNo.
|