MoveRange Method (ColumnCollection)
In This Topic
Moves a range of
Column objects 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 column in the range that will be moved.
- count
- The number of columns that will be moved.
- indexNew
- New position for the first column in the range.
See Also