Moves an item to a new index in the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
| C# |
|---|
public void Move( int fromIndex, int toIndex ) |
| Visual Basic (Declaration) |
|---|
Public Sub Move ( _ fromIndex As Integer, _ toIndex As Integer _ ) |
Parameters
- fromIndex
- Type: System..::.Int32
The index to move the item from.
- toIndex
- Type: System..::.Int32
The index to move the item to.