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

In This Topic
    Add(OMathBuiltInEquation) Method
    In This Topic
    Adds a new OMathElement to the collection at the InsertLocation.End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal equation As OMathBuiltInEquation _
    ) As OMathElement

    Parameters

    equation
    The built-in equation to fill the OMathElement.

    Return Value

    The added OMathElement.
    See Also