[]
        
(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)
Public Function InsertRadical(location As InsertLocation) As OMathRadical
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)
Public Function InsertRadical(radicandText As String, degreeText As String, location As InsertLocation) As OMathRadical
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.