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


In This Topic
    RemoveAt 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 RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    See Also