Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddLimitLower Method / AddLimitLower() Method

In This Topic
    AddLimitLower() Method
    In This Topic
    Adds a new OMathLimitLower to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddLimitLower() As OMathLimitLower
    public OMathLimitLower AddLimitLower()

    Return Value

    The added OMathLimitLower instance.
    See Also