OMathFunc.FName Property
Returns an OMath object that represents the name of a mathematical function, such as sin or cos. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property FName As OMath
Get
'Usage
Dim instance As OMathFunc
Dim value As OMath
value = instance.FName
OMath FName { get; }
Property Value
Type: Microsoft.Office.Interop.Word.OMath
OMath