OMathFunc Interface
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.
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.
public interface class OMathFunc
[System.Runtime.InteropServices.Guid("0D951ADF-10A6-4C9B-BCD9-0FB8CBAD9A87")]
public interface OMathFunc
type OMathFunc = interface
Public Interface OMathFunc
- Attributes
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
E |
Returns an OMath object that represents the base of the specified equation object. Read-only. |
FName |
Returns an OMath object that represents the name of a mathematical function, such as sin or cos. Read-only. |
Parent |
Returns the parent object of the specified OMathFunc object. |