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

In This Topic
    Add(OMathBuiltInEquation) Method
    In This Topic
    Adds a OMathParagraph to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal equation As OMathBuiltInEquation _
    ) As OMathParagraph

    Parameters

    equation
    The built-in equation to fill the OMathParagraph.

    Return Value

    The added OMathParagraph.
    See Also