[]
Inserts a new OMathFunction into the collection at the specified location.
public OMathFunction InsertFunction(InsertLocation location)
Public Function InsertFunction(location As InsertLocation) As OMathFunction
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)
Public Function InsertFunction(nameText As String, argumentText As String, location As InsertLocation) As OMathFunction
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. |