Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / InsertOMathEquation Method
The built-in equation to fill the OMath.
The target InsertLocation for the insertion.

In This Topic
    InsertOMathEquation Method
    In This Topic
    Inserts a built-in Office Math equation into the range.
    Syntax
    'Declaration
     
    Public Function InsertOMathEquation( _
       ByVal equation As OMathBuiltInEquation, _
       ByVal location As InsertLocation _
    ) As ContentObject()
    public ContentObject[] InsertOMathEquation( 
       OMathBuiltInEquation equation,
       InsertLocation location
    )

    Parameters

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

    Return Value

    The array of inserted ContentObject objects.
    See Also