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