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