[]
Inserts a built-in Office Math equation into the range.
public ContentObject[] InsertOMathEquation(OMathBuiltInEquation equation, InsertLocation location)
Public Function InsertOMathEquation(equation As OMathBuiltInEquation, location As InsertLocation) As ContentObject()
Type | Name | Description |
---|---|---|
OMathBuiltInEquation | equation | The built-in equation to fill the OMath. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
ContentObject[] | The array of inserted ContentObject objects. |