Insert Method (C1DataCollectionBindingList)
In This Topic
Inserts an item to the
System.Collections.IList at the specified index.
Syntax
Parameters
- index
- The zero-based index at which should be inserted.
- value
- The object to insert into the System.Collections.IList.
See Also