C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ParagraphObjectCollection Class / Remove Method
The object to remove.

In This Topic
Remove Method (ParagraphObjectCollection)
In This Topic
Removes a ParagraphObject from the current paragraph content.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal po As ParagraphObject _
) 
 

Parameters

po
The object to remove.
See Also