Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / Reverse Method / Reverse(Int32,Int32) Method


In This Topic
    Reverse(Int32,Int32) Method
    In This Topic
    This function is not supported and it should not be called directly from your code.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Reverse( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
    Dim count As Integer
     
    instance.Reverse(index, count)
    public new void Reverse( 
       int index,
       int count
    )

    Parameters

    index
    count
    See Also