Inserts an item to the ItemCollection at the specified index.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
public void Insert( int index, Object item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ index As Integer, _ item As Object _ ) |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which value should be inserted.
- item
- Type: System..::.Object
The object to insert into the ItemCollection.