Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / RemoveRange Method


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

    Parameters

    index
    count
    See Also