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