[]
Inserts a new OMathLimitUpper into the collection at the specified location.
public OMathLimitUpper InsertLimitUpper(InsertLocation location)
Public Function InsertLimitUpper(location As InsertLocation) As OMathLimitUpper
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathLimitUpper | The inserted OMathLimitUpper instance. |
Inserts a new OMathLimitUpper into the collection at the specified location.
public OMathLimitUpper InsertLimitUpper(string baseText, string limitText, InsertLocation location)
Public Function InsertLimitUpper(baseText As String, limitText As String, location As InsertLocation) As OMathLimitUpper
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. |
Type | Description |
---|---|
OMathLimitUpper | The inserted OMathLimitUpper instance. |