[]
Inserts a new OMathNary into the collection at the specified location.
public OMathNary InsertNary(InsertLocation location)
Public Function InsertNary(location As InsertLocation) As OMathNary
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a new OMathNary into the collection at the specified location.
public OMathNary InsertNary(string baseText, string subscriptText, string superscriptText, string character, InsertLocation location)
Public Function InsertNary(baseText As String, subscriptText As String, superscriptText As String, character As String, location As InsertLocation) As OMathNary
Type | Name | Description |
---|---|---|
string | baseText | The structure base element text. |
string | subscriptText | The structure subscript element text. |
string | superscriptText | The structure superscript element text. |
string | character | The n-ary character, can be null. |
InsertLocation | location | The target InsertLocation for the insertion. |