Adds a ParagraphObject to the current paragraph content.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	ParagraphObject po
)
Visual Basic
Public Function Add ( _
	po As ParagraphObject _
) As Integer

Return Value

The index of the added object in the current collection.

See Also