Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddLimitUpper Method / AddLimitUpper() Method

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

    Return Value

    The added OMathLimitUpper instance.
    See Also