[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddFunction

AddFunction Method

AddFunction()

Adds a new OMathFunction to the collection at the End location.

Declaration
public OMathFunction AddFunction()
Returns
Type Description
OMathFunction

The added OMathFunction instance.

AddFunction(string, string)

Adds a new OMathFunction to the collection at the End location.

Declaration
public OMathFunction AddFunction(string nameText, string argumentText)
Parameters
Type Name Description
string nameText

The structure name element text.

string argumentText

The structure argument element text.

Returns
Type Description
OMathFunction

The added OMathFunction instance.