Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElementCollection Class / Insert Method / Insert(InsertLocation) Method
The target InsertLocation for the insertion.

In This Topic
    Insert(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 location As InsertLocation _
    ) As OMathElement
    public OMathElement Insert( 
       InsertLocation location
    )

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathElement.
    See Also