Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / Reverse Method / Reverse(Int32,Int32) Method
Index where the reversal should start.
Number of elements to reverse.

In This Topic
    Reverse(Int32,Int32) Method
    In This Topic
    Reverses the order of the elements in the list or a portion of it.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Reverse( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public virtual void Reverse( 
       int index,
       int count
    )

    Parameters

    index
    Index where the reversal should start.
    count
    Number of elements to reverse.
    See Also