[]
        
(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()
Public Function AddFunction() As OMathFunction
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)
Public Function AddFunction(nameText As String, argumentText As String) As OMathFunction
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.