ComponentOne FlexPivot for WinForms
Insert(Int32,C1CheckListItem) Method

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1CheckListItemCollection Class > Insert Method : Insert(Int32,C1CheckListItem) Method
Index of the item.
The specified item.
Inserts item into the C1CheckListItemCollection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As C1CheckListItem _
) 
public void Insert( 
   System.int index,
   C1CheckListItem item
)

Parameters

index
Index of the item.
item
The specified item.
See Also

Reference

C1CheckListItemCollection Class
C1CheckListItemCollection Members
Overload List