[]
Adds a new OMathSubSuperscript to the collection at the End location.
public OMathSubSuperscript AddSubSuperscript()
Public Function AddSubSuperscript() As OMathSubSuperscript
| Type | Description |
|---|---|
| OMathSubSuperscript | The added OMathSubSuperscript instance. |
Adds a new OMathSubSuperscript into the collection at the End location.
public OMathSubSuperscript AddSubSuperscript(string baseText, string subscriptText, string superscriptText)
Public Function AddSubSuperscript(baseText As String, subscriptText As String, superscriptText As String) As OMathSubSuperscript
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | subscriptText | The structure subscript element text. |
| string | superscriptText | The structure superscript element text. |
| Type | Description |
|---|---|
| OMathSubSuperscript | The added OMathSubSuperscript instance. |