Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ClippingCollection Class / Move Method

In This Topic
    Move Method (ClippingCollection)
    In This Topic
    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