'Declaration
Protected Overrides Sub MoveItem( _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer _ )
'Usage
Dim instance As GaugeRangeCollection Dim oldIndex As Integer Dim newIndex As Integer instance.MoveItem(oldIndex, newIndex)
Parameters
- oldIndex
- The old index.
- newIndex
- The new index.