[]
Add a new item to the end in the AddItem(string) mode.
public void AddItem(string newItem)
Public Sub AddItem(newItem As String)
| Type | Name | Description |
|---|---|---|
| string | newItem | The item to be added. It is delimited by the AddItemSeparator. |