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

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathNary instance.
    See Also