[]
        
(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()
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)
Parameters
Type Name Description
string nameText

The name element text.

string argumentText

The argument element text.

Returns
Type Description
OMathFunction

The added OMathFunction instance.