PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / Add Method
The object to add.

In This Topic
    Add Method (RenderObjectCollection)
    In This Topic
    Adds the specified RenderObject to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal ro As RenderObject _
    ) As Integer
    public int Add( 
       RenderObject ro
    )

    Parameters

    ro
    The object to add.

    Return Value

    The index of the newly added object in the current collection.
    See Also