[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertSuperscript

InsertSuperscript Method

InsertSuperscript(InsertLocation)

Inserts a new OMathSuperscript into the collection at the specified location.

Declaration
public OMathSuperscript InsertSuperscript(InsertLocation location)
Public Function InsertSuperscript(location As InsertLocation) As OMathSuperscript
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSuperscript

The inserted OMathSuperscript instance.

InsertSuperscript(string, string, InsertLocation)

Inserts a new OMathSuperscript into the collection at the specified location.

Declaration
public OMathSuperscript InsertSuperscript(string baseText, string superscriptText, InsertLocation location)
Public Function InsertSuperscript(baseText As String, superscriptText As String, location As InsertLocation) As OMathSuperscript
Parameters
Type Name Description
string baseText

The structure base element text.

string superscriptText

The structure superscript element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSuperscript

The inserted OMathSuperscript instance.