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