ComponentOne FlexGrid for WinForms
Move Method (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : Move Method
An integer specifying the new position.
Moves this row or column 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 new position.
See Also

Reference

RowCol Class
RowCol Members