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