Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddOMathParagraph Method / AddOMathParagraph() Method

In This Topic
    AddOMathParagraph() Method
    In This Topic
    Adds a OMathParagraph to the end of the paragraph.
    Syntax
    'Declaration
     
    Public Overloads Function AddOMathParagraph() As OMathParagraph
    public OMathParagraph AddOMathParagraph()

    Return Value

    The added OMathParagraph.
    See Also