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

In This Topic
    AddSuperscript(String,String) Method
    In This Topic
    Adds a new OMathSuperscript to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddSuperscript( _
       ByVal baseText As System.String, _
       ByVal superscriptText As System.String _
    ) As OMathSuperscript
    public OMathSuperscript AddSuperscript( 
       System.string baseText,
       System.string superscriptText
    )

    Parameters

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

    Return Value

    The added OMathSuperscript instance.
    See Also