Inserts item into the
C1CheckListItemCollection at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public void Insert(
int ,
object
)
Parameters
- index
- Index of the item.
- value
- The specified item.
See Also