Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddFunction Method / AddFunction(String,String) Method
The name element text.
The argument element text.

In This Topic
    AddFunction(String,String) Method
    In This Topic
    Adds a new OMathFunction to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddFunction( _
       ByVal nameText As System.String, _
       ByVal argumentText As System.String _
    ) As OMathFunction
    public OMathFunction AddFunction( 
       System.string nameText,
       System.string argumentText
    )

    Parameters

    nameText
    The name element text.
    argumentText
    The argument element text.

    Return Value

    The added OMathFunction instance.
    See Also