[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertRadical

InsertRadical Method

InsertRadical(InsertLocation)

Inserts a new OMathRadical into the collection at the specified location.

Declaration
public OMathRadical InsertRadical(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathRadical

The inserted OMathRadical instance.

InsertRadical(string, string, InsertLocation)

Inserts a new OMathRadical into the collection at the specified location.

Declaration
public OMathRadical InsertRadical(string radicandText, string degreeText, InsertLocation location)
Parameters
Type Name Description
string radicandText

The structure radicand element text.

string degreeText

The structure degree element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathRadical

The inserted OMathRadical instance.