Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / Reverse Method / Reverse(Int32,Int32) Method
The zero-based starting index of the range to reverse.
The number of elements in the range to reverse.


In This Topic
    Reverse(Int32,Int32) Method
    In This Topic
    Reverses the order of the elements in the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Reverse( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim index As Integer
    Dim count As Integer
     
    instance.Reverse(index, count)
    public void Reverse( 
       int index,
       int count
    )

    Parameters

    index
    The zero-based starting index of the range to reverse.
    count
    The number of elements in the range to reverse.
    See Also