Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddRadical Method / AddRadical(String,String) Method
The radicand element text.
The degree element text.

In This Topic
    AddRadical(String,String) Method
    In This Topic
    Adds a new OMathRadical to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddRadical( _
       ByVal radicandText As System.String, _
       ByVal degreeText As System.String _
    ) As OMathRadical
    public OMathRadical AddRadical( 
       System.string radicandText,
       System.string degreeText
    )

    Parameters

    radicandText
    The radicand element text.
    degreeText
    The degree element text.

    Return Value

    The added OMathRadical instance.
    See Also