ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / RemoveAt Method
The index of the C1AppViewItem 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 C1AppViewItem item to be removed.
    See Also