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

In This Topic
    AddSuperscript(String,String) Method
    In This Topic
    Adds a new OMathSuperscript to the end of the Office Math zone.
    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 base element text.
    superscriptText
    The superscript element text.

    Return Value

    The added OMathSuperscript instance.
    See Also