[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertSubscript

InsertSubscript Method

InsertSubscript(InsertLocation)

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

Declaration
public OMathSubscript InsertSubscript(InsertLocation location)
Public Function InsertSubscript(location As InsertLocation) As OMathSubscript
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSubscript

The inserted OMathSubscript instance.

InsertSubscript(string, string, InsertLocation)

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

Declaration
public OMathSubscript InsertSubscript(string baseText, string subscriptText, InsertLocation location)
Public Function InsertSubscript(baseText As String, subscriptText As String, location As InsertLocation) As OMathSubscript
Parameters
Type Name Description
string baseText

The structure base element text.

string subscriptText

The structure subscript element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSubscript

The inserted OMathSubscript instance.