Moves the specified item to a new index in the collection.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public void MoveItem( LoadChartItem item, int toIndex ) |
| Visual Basic (Declaration) |
|---|
Public Sub MoveItem ( _ item As LoadChartItem, _ toIndex As Integer _ ) |