C1.Web.Wijmo.Controls.45 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 (C1AppViewItemCollection)
In This Topic
Removes an item from the list using its index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

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