Remove |
Scroll |
Removes the the specified entry from the list.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nIndex As Integer _ ) C# public virtual void Remove ( int nIndex )
Parameters nIndex Field number to be removed.
Return Value None. |
|