[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddSubscript

AddSubscript Method

AddSubscript()

Adds a new OMathSubscript to the collection at the End location.

Declaration
public OMathSubscript AddSubscript()
Returns
Type Description
OMathSubscript

The added OMathSubscript instance.

AddSubscript(string, string)

Adds a new OMathSubscript into the collection at the End location.

Declaration
public OMathSubscript AddSubscript(string baseText, string subscriptText)
Parameters
Type Name Description
string baseText

The structure base element text.

string subscriptText

The structure subscript element text.

Returns
Type Description
OMathSubscript

The added OMathSubscript instance.