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