Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertRadical Method / InsertRadical(String,String,InsertLocation) Method
The structure radicand element text.
The structure degree element text.
The target InsertLocation for the insertion.

In This Topic
    InsertRadical(String,String,InsertLocation) Method
    In This Topic
    Inserts a new OMathRadical into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertRadical( _
       ByVal radicandText As System.String, _
       ByVal degreeText As System.String, _
       ByVal location As InsertLocation _
    ) As OMathRadical
    public OMathRadical InsertRadical( 
       System.string radicandText,
       System.string degreeText,
       InsertLocation location
    )

    Parameters

    radicandText
    The structure radicand element text.
    degreeText
    The structure degree element text.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathRadical instance.
    See Also