Remove.1 |
Scroll |
Removes the field with the specified field ID from the list.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ strFieldID As String _ ) C# public virtual void Remove ( string strFieldID )
Parameters strFieldID Field ID of the field to be removed.
Return Value None. |
|
Requires Category The Category property must be set to a valid category before using this method.
Field not found If the field number lookup for strFieldID succeeds but the field number is not contained in the list no exception is thrown. |