Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class / Reverse Method / Reverse(Int32,Int32) Method

In This Topic
    Reverse(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Reverse( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void Reverse( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also