'Declaration Public Overloads Function Insert( _ ByVal text As System.String, _ ByVal location As InsertLocation _ ) As OMathElement
public OMathElement Insert( System.string text, InsertLocation location )
Parameters
- text
- The element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathElement.