ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / DetailRow Class / Move Method
An integer specifying the row's new position.

In This Topic
    Move Method (DetailRow)
    In This Topic
    Moves a row to a new position in the collection.
    Syntax
    'Declaration
     
    Public Overridable Sub Move( _
       ByVal indexNew As Integer _
    ) 
    public virtual void Move( 
       int indexNew
    )

    Parameters

    indexNew
    An integer specifying the row's new position.
    See Also