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

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

    Parameters

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

    Return Value

    The inserted OMathSuperscript instance.
    See Also