Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ControlContent Class / AddOMathParagraph Method / AddOMathParagraph(OMathBuiltInEquation) Method
The built-in equation to fill the OMathParagraph.

In This Topic
    AddOMathParagraph(OMathBuiltInEquation) Method
    In This Topic
    Adds a OMathParagraph to the end of the current control content.
    Syntax
    'Declaration
     
    Public Overloads Function AddOMathParagraph( _
       ByVal equation As OMathBuiltInEquation _
    ) As OMathParagraph
    public OMathParagraph AddOMathParagraph( 
       OMathBuiltInEquation equation
    )

    Parameters

    equation
    The built-in equation to fill the OMathParagraph.

    Return Value

    The added OMathParagraph.
    See Also