Move Method (RowCollection)
In This Topic
Move a
Row object to a new position in the collection.
Syntax
'Declaration
Public Overrides Sub Move( _
ByVal As Integer, _
ByVal As Integer _
)
public override void Move(
int ,
int
)
Parameters
- indexOld
- Index of row to be moved.
- indexNew
- New position for the row.
See Also