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

In This Topic
InsertSubscript(String,String,InsertLocation) Method
In This Topic
Inserts a new OMathSubscript into the collection at the specified location.
Syntax
'Declaration
 
Public Overloads Function InsertSubscript( _
   ByVal baseText As System.String, _
   ByVal subscriptText As System.String, _
   ByVal location As InsertLocation _
) As OMathSubscript
 

Parameters

baseText
The structure base element text.
subscriptText
The structure subscript element text.
location
The target InsertLocation for the insertion.

Return Value

The inserted OMathSubscript instance.
See Also