Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertRadical Method / InsertRadical(InsertLocation) Method
The target InsertLocation for the insertion.

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathRadical instance.
    See Also