C1.WPF.PrintDocument.4.6.2 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
 

Parameters

po
The ParagraphObject to add.

Return Value

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