Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class / Insert Method
Index at which item should be inserted.
Item.


In This Topic
Insert Method (StringCollectionCollection)
In This Topic
Inserts an item into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As StringCollectionItem _
) 
 
'Usage
 
Dim instance As StringCollectionCollection
Dim index As Integer
Dim item As StringCollectionItem
 
instance.Insert(index, item)

Parameters

index
Index at which item should be inserted.
item
Item.
See Also