Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddNary Method / AddNary(String,String,String,String) Method
The base element text.
The subscript element text.
The 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 end of the Office Math zone.
    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 base element text.
    subscriptText
    The subscript element text.
    superscriptText
    The superscript element text.
    character
    The n-ary character.

    Return Value

    The added OMathNary instance.
    See Also