[]
Adds a new OMathNary to the end of the Office Math zone.
public OMathNary AddNary()
Public Function AddNary() As OMathNary
| Type | Description |
|---|---|
| OMathNary | The added OMathNary instance. |
Adds a new OMathNary to the end of the Office Math zone.
public OMathNary AddNary(string baseText, string subscriptText, string superscriptText, string character = null)
Public Function AddNary(baseText As String, subscriptText As String, superscriptText As String, Optional character As String = Nothing) As OMathNary
| Type | Name | Description |
|---|---|---|
| string | baseText | The base element text. |
| string | subscriptText | The subscript element text. |
| string | superscriptText | The superscript element text. |
| string | character | The n-ary character. |
| Type | Description |
|---|---|
| OMathNary | The added OMathNary instance. |