Inserts an item to the collection at a specified index.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public void InsertItem( int index, LoadChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Sub InsertItem ( _ index As Integer, _ item As LoadChartItem _ ) |
Parameters
- index
- Type: System..::.Int32
The index to insert the item at.
- item
- Type: DlhSoft.Web.Mvc..::.LoadChartItem
The item to insert.