'Declaration Public Overloads Function AddSubSuperscript( _ ByVal baseText As System.String, _ ByVal subscriptText As System.String, _ ByVal superscriptText As System.String _ ) As OMathSubSuperscript
public OMathSubSuperscript AddSubSuperscript( System.string baseText, System.string subscriptText, System.string superscriptText )
Parameters
- baseText
- The base element text.
- subscriptText
- The subscript element text.
- superscriptText
- The superscript element text.
Return Value
The added OMathSubSuperscript instance.