Remove |
Scroll |
Removes the element with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function Remove ( _ nIndex As Integer _ ) C# public virtual void Remove ( int nIndex )
Parameters nIndex Zero-based index of the item to remove.
Return Value None. |
|