ComponentOne FlexGrid for UWP
Move Method (RowCollection)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > RowCollection Class : Move Method
Syntax
'Declaration
 
Public Sub Move( _
   ByVal oldIndex As System.Integer, _
   ByVal newIndex As System.Integer _
) 
public void Move( 
   System.int oldIndex,
   System.int newIndex
)

Parameters

oldIndex
newIndex
See Also

Reference

RowCollection Class
RowCollection Members