[]
Inserts an item in the collection at the specified position.
public void Insert(int index, ListColumnInfo item)
Public Sub Insert(index As Integer, item As ListColumnInfo)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which value should be inserted. |
ListColumnInfo | item | The object to insert into the collection. |