Inserts an item to the collection at a specified index.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public void InsertItem(
	int index,
	GanttChartItem item
)
Visual Basic (Declaration)
Public Sub InsertItem ( _
	index As Integer, _
	item As GanttChartItem _
)

Parameters

index
Type: System..::.Int32
The index to insert the item at.
item
Type: DlhSoft.Web.Mvc..::.GanttChartItem
The item to insert.

See Also