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

In This Topic
    AddLimitUpper() Method
    In This Topic
    Adds a new OMathLimitUpper into the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddLimitUpper() As OMathLimitUpper
    public OMathLimitUpper AddLimitUpper()

    Return Value

    The added OMathLimitUpper instance.
    See Also