[]
Inserts a new OMathFunction into the collection at the specified location.
public OMathFunction InsertFunction(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathFunction | The inserted OMathFunction instance. |
Inserts a new OMathFunction into the collection at the specified location.
public OMathFunction InsertFunction(string nameText, string argumentText, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string | nameText | The structure name element text. |
| string | argumentText | The structure argument element text. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathFunction | The inserted OMathFunction instance. |