InsertItem Method
InsertItem(string, int)
Inserts a new item at the index position in the AddItem mode.
Declaration
public void InsertItem(string newItem, int index)
Public Sub InsertItem(newItem As String, index As Integer)
Parameters
| Type |
Name |
Description |
| string |
newItem |
|
| int |
index |
|