In This Topic
Adds a
Paragraph to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String _
) As Paragraph
public Paragraph Add(
System.string
)
Parameters
- text
- The text of the inserted Paragraph
Return Value
See Also