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