[]
Inserts a new OMath into this collection at the specified location.
public OMath Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As OMath
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMath | The inserted OMath object. |
Inserts a new OMath into this collection at the specified location.
public OMath Insert(OMathBuiltInEquation equation, InsertLocation location)
Public Function Insert(equation As OMathBuiltInEquation, location As InsertLocation) As OMath
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | A built-in equation to fill the OMath. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMath | The inserted OMath instance. |