[]
Adds a new OMathSubscript to the collection at the End location.
public OMathSubscript AddSubscript()
Public Function AddSubscript() As OMathSubscript
Type | Description |
---|---|
OMathSubscript | The added OMathSubscript instance. |
Adds a new OMathSubscript into the collection at the End location.
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. |