ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObjectList Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also