ComponentOne FlexPivot for WinForms
RemoveAt Method (C1CheckListItemCollection)

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class : RemoveAt Method
The specified index.
Removes the item at the specified index of the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The specified index.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members