Input for WinForms | ComponentOne
C1.Framework Namespace / GridColumnCollection Class / InsertRange Method
Index where the elements will be inserted.
System.Collections.ICollection whose elements will be inserted.

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

    Parameters

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