Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Commands Class / InsertRange Method

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

    Parameters

    index
    c
    See Also