InsertSubscript(String,String,InsertLocation) Method
Inserts a new
OMathSubscript into the collection at the specified location.
'Declaration
Public Overloads Function InsertSubscript( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As InsertLocation _
) As OMathSubscript
Parameters
- baseText
- The structure base element text.
- subscriptText
- The structure subscript element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted
OMathSubscript instance.