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

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

    Return Value

    The added OMathNary instance.
    See Also