ComponentOne MultiSelect for WinForms
Insert Method (TagCollection)

C1.Win.Input Namespace > TagCollection Class : Insert Method
Index of the item.
The specified item.
Inserts item into the TagCollection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
public void Insert( 
   int index,
   object value
)

Parameters

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

Reference

TagCollection Class
TagCollection Members