[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddLimitUpper

AddLimitUpper Method

AddLimitUpper()

Adds a new OMathLimitUpper to the end of the Office Math element.

Declaration
public OMathLimitUpper AddLimitUpper()
Returns
Type Description
OMathLimitUpper

The added OMathLimitUpper instance.

AddLimitUpper(string, string)

Adds a new OMathLimitUpper to the end of the Office Math element.

Declaration
public OMathLimitUpper AddLimitUpper(string baseText, string limitText)
Parameters
Type Name Description
string baseText

The structure base element text.

string limitText

The structure limit element text.

Returns
Type Description
OMathLimitUpper

The added OMathLimitUpper instance.