Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddNary Method / AddNary(String,String,String,String) Method
The structure base element text.
The structure subscript element text.
The structure superscript element text.
The n-ary character.

In This Topic
    AddNary(String,String,String,String) Method
    In This Topic
    Adds a new OMathNary to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddNary( _
       ByVal baseText As System.String, _
       ByVal subscriptText As System.String, _
       ByVal superscriptText As System.String, _
       Optional ByVal character As System.String _
    ) As OMathNary
    public OMathNary AddNary( 
       System.string baseText,
       System.string subscriptText,
       System.string superscriptText,
       System.string character
    )

    Parameters

    baseText
    The structure base element text.
    subscriptText
    The structure subscript element text.
    superscriptText
    The structure superscript element text.
    character
    The n-ary character.

    Return Value

    The added OMathNary instance.
    See Also