ComponentOne FlexGrid for WinForms
Move Method (Row)

C1.Win.C1FlexGrid Namespace > Row Class : Move Method
An integer specifying the new position.
Moves this row or column to a new position in the collection.
Syntax
'Declaration
 
Public Overrides Sub Move( _
   ByVal indexNew As Integer _
) 
public override void Move( 
   int indexNew
)

Parameters

indexNew
An integer specifying the new position.
See Also

Reference

Row Class
Row Members