ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneCollection Class / RemoveAt Method
The index of the C1AccordionPane item to be removed.

In This Topic
    RemoveAt Method
    In This Topic
    Removes an item from the list using its index.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public new void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The index of the C1AccordionPane item to be removed.
    See Also