'Declaration Public Function InsertOMathEquation( _ ByVal equation As OMathBuiltInEquation, _ ByVal location As InsertLocation _ ) As ContentObject()
public ContentObject[] InsertOMathEquation( OMathBuiltInEquation equation, InsertLocation location )
Parameters
- equation
- The built-in equation to fill the OMath.
- location
- The target InsertLocation for the insertion.
Return Value
The array of inserted ContentObject objects.