Removes a ParagraphObject from the current paragraph content.

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

Syntax

C#
public void Remove(
	ParagraphObject po
)
Visual Basic
Public Sub Remove ( _
	po As ParagraphObject _
)

Parameters

po
Type: C1.C1Preview..::..ParagraphObject
The object to remove.

See Also