Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhanceStringCollection Class / InsertRange Method
Index at which items should be inserted.
Array of string values.


In This Topic
    InsertRange Method (EnhanceStringCollection)
    In This Topic
    Inserts an array of string values into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub InsertRange( _
       ByVal index As Integer, _
       ByVal items() As String _
    ) 
    'Usage
     
    
    Dim instance As EnhanceStringCollection
    Dim index As Integer
    Dim items() As String
     
    instance.InsertRange(index, items)
    public void InsertRange( 
       int index,
       string[] items
    )

    Parameters

    index
    Index at which items should be inserted.
    items
    Array of string values.
    See Also