'Declaration Public Overloads Function InsertLimitLower( _ ByVal baseText As System.String, _ ByVal limitText As System.String, _ ByVal location As InsertLocation _ ) As OMathLimitLower
public OMathLimitLower InsertLimitLower( 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 OMathLimitLower instance.