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

In This Topic
    Insert(OMathBuiltInEquation,InsertLocation) Method
    In This Topic
    Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal equation As OMathBuiltInEquation, _
       ByVal location As InsertLocation _
    ) As OMathElement

    Parameters

    equation
    The built-in equation to fill the OMathElement.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathElement instance.
    See Also