PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ParagraphObjectCollection Class / Add Method
The ParagraphObject to add.

In This Topic
    Add Method (ParagraphObjectCollection)
    In This Topic
    Adds a ParagraphObject to the current paragraph content.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal po As ParagraphObject _
    ) As Integer
    public int Add( 
       ParagraphObject po
    )

    Parameters

    po
    The ParagraphObject to add.

    Return Value

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