[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddFunction

AddFunction Method

AddFunction()

Adds a new OMathFunction to the end of the Office Math zone.

Declaration
public OMathFunction AddFunction()
Public Function AddFunction() As OMathFunction
Returns
Type Description
OMathFunction

The added OMathFunction instance.

AddFunction(string, string)

Adds a new OMathFunction to the end of the Office Math zone.

Declaration
public OMathFunction AddFunction(string nameText, string argumentText)
Public Function AddFunction(nameText As String, argumentText As String) As OMathFunction
Parameters
Type Name Description
string nameText

The name element text.

string argumentText

The argument element text.

Returns
Type Description
OMathFunction

The added OMathFunction instance.