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

In This Topic
    AddOMathParagraph() Method
    In This Topic
    Adds an OMathParagraph to the end of the current simple field.
    Syntax
    'Declaration
     
    Public Overloads Function AddOMathParagraph() As OMathParagraph
    public OMathParagraph AddOMathParagraph()

    Return Value

    The added OMathParagraph.
    See Also