Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddRadical Method / AddRadical() Method

In This Topic
    AddRadical() Method
    In This Topic
    Adds a new OMathRadical to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddRadical() As OMathRadical
    public OMathRadical AddRadical()

    Return Value

    The added OMathRadical instance.
    See Also