'Declaration Public Function InsertParagraphs( _ ByVal text As String _ ) As Paragraph()
'Usage Dim instance As Document Dim text As String Dim value() As Paragraph value = instance.InsertParagraphs(text)
public Paragraph[] InsertParagraphs( string text )
Parameters
- text