[]
Adds a new OMathFunction to the end of the Office Math zone.
public OMathFunction AddFunction()
| 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)
| Type | Name | Description |
|---|---|---|
| string | nameText | The name element text. |
| string | argumentText | The argument element text. |
| Type | Description |
|---|---|
| OMathFunction | The added OMathFunction instance. |