[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddRadical

AddRadical Method

AddRadical()

Adds a new OMathRadical to the collection at the End location.

Declaration
public OMathRadical AddRadical()
Returns
Type Description
OMathRadical

The added OMathRadical instance.

AddRadical(string, string)

Adds a new OMathRadical into the collection at the End location.

Declaration
public OMathRadical AddRadical(string radicandText, string degreeText)
Parameters
Type Name Description
string radicandText

The structure radicand element text.

string degreeText

The structure degree element text.

Returns
Type Description
OMathRadical

The added OMathRadical instance.