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