Class OMathScrSub (Word VBA)
The class OMathScrSub represents an equation with a base that contains a subscript. To use a OMathScrSub class variable it first needs to be instantiated, for example
E
Returns an OMath object that represents the base of the specified equation object.
Dim oms As OMathScrSub: Set oms =
Dim omhE As OMath
Set omhE = oms.E
Sub
Returns an OMath object that represents the subscript for a subscript object.
Dim oms As OMathScrSub: Set oms =
Dim omhSub As OMath
Set omhSub = oms.Sub