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 As Integer, _
ByVal As Integer _
)
public virtual void Move(
int ,
int
)
Parameters
- indexOld
- Index of row or column to be moved.
- indexNew
- New position.
See Also