Spread Windows Forms 12.0 Product Documentation
Insert Method (StringCollectionCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > StringCollectionCollection Class : Insert Method
Index at which item should be inserted.
Item.
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)
public void Insert( 
   int index,
   StringCollectionItem item
)

Parameters

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

Reference

StringCollectionCollection Class
StringCollectionCollection Members