Accordion for ASP.NET Web Forms
RemoveAt Method

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.
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

Reference

C1AccordionPaneCollection Class
C1AccordionPaneCollection Members