C1.Win.FlexGrid Namespace / RowCol Class / Move Method
An integer specifying the new position.

In This Topic
Move Method (RowCol)
In This Topic
Moves this row or column to a new position in the collection.
Syntax
'Declaration
 
Public Overridable Sub Move( _
   ByVal indexNew As Integer _
) 
 

Parameters

indexNew
An integer specifying the new position.
See Also