'Declaration Public Overloads Function AddLimitUpper( _ ByVal baseText As System.String, _ ByVal limitText As System.String _ ) As OMathLimitUpper
public OMathLimitUpper AddLimitUpper( System.string baseText, System.string limitText )
Parameters
- baseText
- The base element text.
- limitText
- The limit element text.
Return Value
The added OMathLimitUpper instance.