Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertSubSuperscript Method / InsertSubSuperscript(String,String,String,InsertLocation) Method
The structure base element text.
The structure subscript element text.
The structure superscript element text.
The target InsertLocation for the insertion.

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

    Parameters

    baseText
    The structure base element text.
    subscriptText
    The structure subscript element text.
    superscriptText
    The structure superscript element text.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathSubSuperscript instance.
    See Also