ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ElementList Class / InsertRange Method
Index where the elements will be inserted.
System.Collections.ICollection whose elements will be inserted.

In This Topic
    InsertRange Method (ElementList)
    In This Topic
    Inserts the elements of a collection into the list at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal c As System.Collections.ICollection _
    ) 
    public override void InsertRange( 
       System.int index,
       System.Collections.ICollection c
    )

    Parameters

    index
    Index where the elements will be inserted.
    c
    System.Collections.ICollection whose elements will be inserted.
    See Also