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