ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / MoveRange Method
The index of the first column in the range that will be moved.
The number of columns that will be moved.
New position for the first column in the range.

In This Topic
    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 index As Integer, _
       ByVal count As Integer, _
       ByVal indexNew As Integer _
    ) 
    public override void MoveRange( 
       int index,
       int count,
       int indexNew
    )

    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