Moves the specified range of items from the specified index to a new index in the collection, preserving its hierarchical validity.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void MoveRange(
	int fromIndex,
	int count,
	int toIndex
)
Visual Basic (Declaration)
Public Sub MoveRange ( _
	fromIndex As Integer, _
	count As Integer, _
	toIndex As Integer _
)

Parameters

fromIndex
Type: System..::.Int32
count
Type: System..::.Int32
toIndex
Type: System..::.Int32

See Also