RemoveAt Method (C1AppViewItemCollection)
Removes an item from the list using its index.
public new void RemoveAt(
System.int
)
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The index of the C1AppViewItem item to be removed.