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