Adds a ParagraphObject to the current paragraph content.
Namespace:
C1.C1PreviewAssembly: 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 |
Parameters
- po
- Type: C1.C1Preview..::..ParagraphObject
The ParagraphObject to add.