FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / Move Method

In This Topic
    Move Method (GridRowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal from As Integer, _
       ByVal to As Integer _
    ) 
    public void Move( 
       int from,
       int to
    )

    Parameters

    from
    to
    See Also