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

In This Topic
    AddLimitUpper(String,String) Method
    In This Topic
    Adds a new OMathLimitUpper to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddLimitUpper( _
       ByVal baseText As System.String, _
       ByVal limitText As System.String _
    ) As OMathLimitUpper
    public OMathLimitUpper AddLimitUpper( 
       System.string baseText,
       System.string limitText
    )

    Parameters

    baseText
    The structure base element text.
    limitText
    The structure limit element text.

    Return Value

    The added OMathLimitUpper instance.
    See Also