[]
Adds a new OMathRadical to the end of the Office Math element.
public OMathRadical AddRadical()
Public Function AddRadical() As OMathRadical
| Type | Description |
|---|---|
| OMathRadical | The added OMathRadical instance. |
Adds a new OMathRadical to the end of the Office Math element.
public OMathRadical AddRadical(string radicandText, string degreeText)
Public Function AddRadical(radicandText As String, degreeText As String) As OMathRadical
| Type | Name | Description |
|---|---|---|
| string | radicandText | The structure radicand element text. |
| string | degreeText | The structure degree element text. |
| Type | Description |
|---|---|
| OMathRadical | The added OMathRadical instance. |