Spread Windows Forms 12.0 Product Documentation
Insert Method (StringCollectionItem)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > StringCollectionItem Class : Insert Method
Index at which item should be inserted.
String value.
Inserts a string value into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As String _
) 
'Usage
 
Dim instance As StringCollectionItem
Dim index As Integer
Dim item As String
 
instance.Insert(index, item)
public void Insert( 
   int index,
   string item
)

Parameters

index
Index at which item should be inserted.
item
String value.
See Also

Reference

StringCollectionItem Class
StringCollectionItem Members