Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / Insert Method
The index at which to insert the fragment.
The fragment to insert.

In This Topic
    Insert Method (RenderFragmentCollection)
    In This Topic
    Inserts a RenderFragment into the current collection at a specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal rf As RenderFragment _
    ) 
    public void Insert( 
       int index,
       RenderFragment rf
    )

    Parameters

    index
    The index at which to insert the fragment.
    rf
    The fragment to insert.
    See Also