Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / Insert Method
The index where to insert the object.
The object to insert.

In This Topic
    Insert Method (RenderObjectCollection)
    In This Topic
    Inserts the specified RenderObject into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal ro As RenderObject _
    ) 
    public void Insert( 
       int index,
       RenderObject ro
    )

    Parameters

    index
    The index where to insert the object.
    ro
    The object to insert.
    See Also