ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / DecoratorCollection Class / Move Method

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