[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddLimitLower

AddLimitLower Method

AddLimitLower()

Adds a new OMathLimitLower to the end of the Office Math zone.

Declaration
public OMathLimitLower AddLimitLower()
Public Function AddLimitLower() As OMathLimitLower
Returns
Type Description
OMathLimitLower

The added OMathLimitLower instance.

AddLimitLower(string, string)

Adds a new OMathLimitLower to the end of the Office Math zone.

Declaration
public OMathLimitLower AddLimitLower(string baseText, string limitText)
Public Function AddLimitLower(baseText As String, limitText As String) As OMathLimitLower
Parameters
Type Name Description
string baseText

The base element text.

string limitText

The limit element text.

Returns
Type Description
OMathLimitLower

The added OMathLimitLower instance.