MoveRange Method (RowCollection)
In This Topic
Moves a range of rows to a new position in the collection.
Syntax
'Declaration
Public Overrides Sub MoveRange( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public override void MoveRange(
int ,
int ,
int
)
Parameters
- index
- The index of the first row in the range that will be moved.
- count
- The number of rows that will be moved.
- indexNew
- New position for the first row in the range.
See Also