OMathFunction.Func Property

Returns an OMathFunc object that represents a type of mathematical function that consists of a function name, such as sin or cos, and an argument. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Func As OMathFunc
    Get
'Usage
Dim instance As OMathFunction
Dim value As OMathFunc

value = instance.Func
OMathFunc Func { get; }

Property Value

Type: Microsoft.Office.Interop.Word.OMathFunc
OMathFunc

See Also

Reference

OMathFunction Interface

OMathFunction Members

Microsoft.Office.Interop.Word Namespace