OMathFunction.Func Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Word::OMathFunc ^ Func { Microsoft::Office::Interop::Word::OMathFunc ^ get(); };
public Microsoft.Office.Interop.Word.OMathFunc Func { get; }
member this.Func : Microsoft.Office.Interop.Word.OMathFunc
Public ReadOnly Property Func As OMathFunc