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