AddParagraph(String) Method
Add paragraph into this document in next position.
'Declaration
Public Overloads Function AddParagraph( _
ByVal As String _
) As RtfParagraph
Parameters
- text
- The text string of the paragraph.
Return Value
The Word/RTF paragraph object.