Inserts an item into the list at the specified index.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual void Insert( int index, Object value ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Insert ( _ index As Integer, _ value As Object _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which value should be inserted.
- value
- Type: System..::..Object
The Object to insert.