InsertPreSubSuperscript(String,String,String,InsertLocation) Method
Inserts a new
OMathPreSubSuperscript into the collection at the specified location.
'Declaration
Public Overloads Function InsertPreSubSuperscript( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As InsertLocation _
) As OMathPreSubSuperscript
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
OMathPreSubSuperscript instance.