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

In This Topic
    AddRadical() Method
    In This Topic
    Adds a new OMathRadical to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddRadical() As OMathRadical
    public OMathRadical AddRadical()

    Return Value

    The added OMathRadical instance.
    See Also