[]
        
(Showing Draft Content)

C1.Report.ParagraphItemCollection.Add

Add Method

Add(string)

Adds a ParagraphText object to the collection.

Declaration
public ParagraphText Add(string text)
Public Function Add(text As String) As ParagraphText
Parameters
Type Name Description
string text
Returns
Type Description
ParagraphText

Returns added ParagraphText object.

Add(ParagraphItem)

Adds a ParagraphItem object to the collection.

Declaration
public void Add(ParagraphItem item)
Public Sub Add(item As ParagraphItem)
Parameters
Type Name Description
ParagraphItem item