Class OMathFunc (Word VBA)

The class OMathFunc represents the application of a function or an argument in an equation that consists of a function name, such as sin or cos, and an argument. To use a OMathFunc 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 omf As OMathFunc: Set omf =  
Dim omhE As OMath
Set omhE = omf.E

FName

Returns an OMath object that represents the name of a mathematical function, such as sin or cos.


Dim omf As OMathFunc: Set omf =  
Dim omhFName As OMath
Set omhFName = omf.FName