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