[]
Adds a new OMathLimitLower to the collection at the End location.
public OMathLimitLower AddLimitLower()
Public Function AddLimitLower() As OMathLimitLower
| Type | Description |
|---|---|
| OMathLimitLower | The added OMathLimitLower instance. |
Adds a new OMathLimitLower to the collection at the End location.
public OMathLimitLower AddLimitLower(string baseText, string limitText)
Public Function AddLimitLower(baseText As String, limitText As String) As OMathLimitLower
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | limitText | The structure limit element text. |
| Type | Description |
|---|---|
| OMathLimitLower | The added OMathLimitLower instance. |