[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertLimitLower

InsertLimitLower Method

InsertLimitLower(InsertLocation)

Inserts a new OMathLimitLower into the collection at the specified location.

Declaration
public OMathLimitLower InsertLimitLower(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathLimitLower

The inserted OMathLimitLower instance.

InsertLimitLower(string, string, InsertLocation)

Inserts a new OMathLimitLower into the collection at the specified location.

Declaration
public OMathLimitLower InsertLimitLower(string baseText, string limitText, InsertLocation location)
Parameters
Type Name Description
string baseText

The structure base element text.

string limitText

The structure limit element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathLimitLower

The inserted OMathLimitLower instance.