Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertNary Method / InsertNary(String,String,String,String,InsertLocation) Method
The structure base element text.
The structure subscript element text.
The structure superscript element text.
The n-ary character, can be null.
The target InsertLocation for the insertion.

In This Topic
    InsertNary(String,String,String,String,InsertLocation) Method
    In This Topic
    Inserts a new OMathNary into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertNary( _
       ByVal baseText As System.String, _
       ByVal subscriptText As System.String, _
       ByVal superscriptText As System.String, _
       ByVal character As System.String, _
       ByVal location As InsertLocation _
    ) As OMathNary
    public OMathNary InsertNary( 
       System.string baseText,
       System.string subscriptText,
       System.string superscriptText,
       System.string character,
       InsertLocation location
    )

    Parameters

    baseText
    The structure base element text.
    subscriptText
    The structure subscript element text.
    superscriptText
    The structure superscript element text.
    character
    The n-ary character, can be null.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathNary instance.
    See Also