[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertLimitUpper

InsertLimitUpper Method

InsertLimitUpper(InsertLocation)

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

Declaration
public OMathLimitUpper InsertLimitUpper(InsertLocation location)
Public Function InsertLimitUpper(location As InsertLocation) As OMathLimitUpper
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathLimitUpper

The inserted OMathLimitUpper instance.

InsertLimitUpper(string, string, InsertLocation)

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

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

The inserted OMathLimitUpper instance.