[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddLimitUpper

AddLimitUpper Method

AddLimitUpper()

Adds a new OMathLimitUpper into the collection at the End location.

Declaration
public OMathLimitUpper AddLimitUpper()
Public Function AddLimitUpper() As OMathLimitUpper
Returns
Type Description
OMathLimitUpper

The added OMathLimitUpper instance.

AddLimitUpper(string, string)

Adds a new OMathLimitUpper to the collection at the End location.

Declaration
public OMathLimitUpper AddLimitUpper(string baseText, string limitText)
Public Function AddLimitUpper(baseText As String, limitText As String) As OMathLimitUpper
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.