C1.Win.C1FlexGrid Namespace / RowColCollection Class / Move Method
Index of row or column to be moved.
New position.

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

Parameters

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