Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathCollection Class / Add Method / Add(OMathBuiltInEquation) Method
A built-in equation to fill the OMath instance.

In This Topic
    Add(OMathBuiltInEquation) Method
    In This Topic
    Adds a new OMath object to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal equation As OMathBuiltInEquation _
    ) As OMath
    public OMath Add( 
       OMathBuiltInEquation equation
    )

    Parameters

    equation
    A built-in equation to fill the OMath instance.

    Return Value

    The added OMath object.
    See Also