ComponentOne FlexGrid for WinForms
Move Method (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : Move Method
Index of row or column to be moved.
New position.
Moves a row or column to a new position in the collection.
Syntax
'Declaration
 
Public Overrides Sub Move( _
   ByVal indexOld As Integer, _
   ByVal indexNew As Integer _
) 
public override void Move( 
   int indexOld,
   int indexNew
)

Parameters

indexOld
Index of row or column to be moved.
indexNew
New position.
See Also

Reference

RowCollection Class
RowCollection Members