'Declaration Public Overloads Function Insert( _ ByVal equation As OMathBuiltInEquation, _ ByVal location As InsertLocation _ ) As OMathParagraph
public OMathParagraph Insert( OMathBuiltInEquation equation, InsertLocation location )
Parameters
- equation
- The built-in equation to fill the OMathParagraph.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathParagraph instance.