[]
Adds a new OMathLimitUpper to the end of the Office Math zone.
public OMathLimitUpper AddLimitUpper()
Public Function AddLimitUpper() As OMathLimitUpper
| Type | Description |
|---|---|
| OMathLimitUpper | The added OMathLimitUpper instance. |
Adds a new OMathLimitUpper to the end of the Office Math zone.
public OMathLimitUpper AddLimitUpper(string baseText, string limitText)
Public Function AddLimitUpper(baseText As String, limitText As String) As OMathLimitUpper
| Type | Name | Description |
|---|---|---|
| string | baseText | The base element text. |
| string | limitText | The limit element text. |
| Type | Description |
|---|---|
| OMathLimitUpper | The added OMathLimitUpper instance. |