Moves the specified range of items from the specified index to a new index in the collection.
You may call EnsureValidHierarchy()()() after this operation completes to preserve hierarchical collection validity.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.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