[]
Inserts a new item at the specified index position of view in the unbound mode.
public void InsertItem(string newItem, int rowIndex)
| Type | Name | Description |
|---|---|---|
| string | newItem | A string containing the data for the new row. Items are separated by the value of the AddItemSeparator property. |
| int | rowIndex | Row index where the new row should be added. |