[]
Inserts a new OMathSubscript into the collection at the specified location.
public OMathSubscript InsertSubscript(InsertLocation location)
Public Function InsertSubscript(location As InsertLocation) As OMathSubscript
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathSubscript | The inserted OMathSubscript instance. |
Inserts a new OMathSubscript into the collection at the specified location.
public OMathSubscript InsertSubscript(string baseText, string subscriptText, InsertLocation location)
Public Function InsertSubscript(baseText As String, subscriptText As String, location As InsertLocation) As OMathSubscript
Type | Name | Description |
---|---|---|
string | baseText | The structure base element text. |
string | subscriptText | The structure subscript element text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathSubscript | The inserted OMathSubscript instance. |