Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SimpleField Class / AddOMath Method / AddOMath(OMathBuiltInEquation) Method
The built-in equation to fill the OMath.

In This Topic
    AddOMath(OMathBuiltInEquation) Method
    In This Topic
    Adds an OMath to the end of the current simple field.
    Syntax
    'Declaration
     
    Public Overloads Function AddOMath( _
       ByVal equation As OMathBuiltInEquation _
    ) As OMath
    public OMath AddOMath( 
       OMathBuiltInEquation equation
    )

    Parameters

    equation
    The built-in equation to fill the OMath.

    Return Value

    The added OMath.
    See Also