'Declaration Public Overloads Function InsertLimitUpper( _ ByVal baseText As System.String, _ ByVal limitText As System.String, _ ByVal location As InsertLocation _ ) As OMathLimitUpper
public OMathLimitUpper InsertLimitUpper( System.string baseText, System.string limitText, InsertLocation location )
Parameters
- baseText
- The structure base element text.
- limitText
- The structure limit element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathLimitUpper instance.