FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ParagraphItemCollection Class / Add Method / Add(String) Method

In This Topic
    Add(String) Method
    In This Topic
    Adds a ParagraphText object to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As String _
    ) As ParagraphText
    public ParagraphText Add( 
       string text
    )

    Parameters

    text

    Return Value

    Returns added ParagraphText object.
    See Also