'Declaration Public Overloads Function InsertNary( _ ByVal baseText As System.String, _ ByVal subscriptText As System.String, _ ByVal superscriptText As System.String, _ ByVal character As System.String, _ ByVal location As InsertLocation _ ) As OMathNary
public OMathNary InsertNary( System.string baseText, System.string subscriptText, System.string superscriptText, System.string character, InsertLocation location )
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.