ComponentOne Gauges for WinForms
Move Method (CommonItemCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > CommonItemCollection Class : Move Method
Moves the item with given index (fromIndex) to the new position (toIndex).
Syntax
'Declaration
 
Public Sub Move( _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) 
public void Move( 
   System.int fromIndex,
   System.int toIndex
)

Parameters

fromIndex
toIndex
See Also

Reference

CommonItemCollection Class
CommonItemCollection Members