Inserts an item to the collection at a specified index.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Parameters

index
Type: System..::.Int32
The index to insert the item at.
item
Type: DlhSoft.Web.UI.WebControls..::.ScheduleChartItem
The item to insert.

See Also