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

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

Parameters

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

Return Value

The inserted OMathPreSubSuperscript instance.
See Also