[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddRadical

AddRadical Method

AddRadical()

Adds a new OMathRadical to the end of the Office Math zone.

Declaration
public OMathRadical AddRadical()
Public Function AddRadical() As OMathRadical
Returns
Type Description
OMathRadical

The added OMathRadical instance.

AddRadical(string, string)

Adds a new OMathRadical to the end of the Office Math zone.

Declaration
public OMathRadical AddRadical(string radicandText, string degreeText)
Public Function AddRadical(radicandText As String, degreeText As String) As OMathRadical
Parameters
Type Name Description
string radicandText

The radicand element text.

string degreeText

The degree element text.

Returns
Type Description
OMathRadical

The added OMathRadical instance.