ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / InsertRange Method

In This Topic
    InsertRange Method (C1LightBoxItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of C1LightBoxItem) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<C1LightBoxItem> collection
    )

    Parameters

    index
    collection
    See Also