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

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

    Parameters

    baseText
    The structure base element text.
    subscriptText
    The structure subscript element text.
    superscriptText
    The structure superscript element text.

    Return Value

    The added OMathSubSuperscript instance.
    See Also