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

In This Topic
    Insert(OMathBuiltInEquation,InsertLocation) Method
    In This Topic
    Inserts a new OMath into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal equation As OMathBuiltInEquation, _
       ByVal location As InsertLocation _
    ) As OMath

    Parameters

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

    Return Value

    The inserted OMath instance.
    See Also