[]
Adds a new OMathFunction to the end of the Office Math zone.
public OMathFunction AddFunction()
Public Function AddFunction() As OMathFunction
| Type | Description |
|---|---|
| OMathFunction | The added OMathFunction instance. |
Adds a new OMathFunction to the end of the Office Math zone.
public OMathFunction AddFunction(string nameText, string argumentText)
Public Function AddFunction(nameText As String, argumentText As String) As OMathFunction
| Type | Name | Description |
|---|---|---|
| string | nameText | The name element text. |
| string | argumentText | The argument element text. |
| Type | Description |
|---|---|
| OMathFunction | The added OMathFunction instance. |