Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddLimitLower Method / AddLimitLower(String,String) Method
The base element text.
The limit element text.

In This Topic
    AddLimitLower(String,String) Method
    In This Topic
    Adds a new OMathLimitLower to the end of the Office Math zone.
    Syntax
    '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 base element text.
    limitText
    The limit element text.

    Return Value

    The added OMathLimitLower instance.
    See Also