OMathFunc 接口

定义

代表由一个函数名(如 sin 或 cos)和一个参数组成的公式中函数或参数的应用。

public interface class OMathFunc
[System.Runtime.InteropServices.Guid("0D951ADF-10A6-4C9B-BCD9-0FB8CBAD9A87")]
public interface OMathFunc
type OMathFunc = interface
Public Interface OMathFunc
属性

属性

Application

返回一个_Application对象,该对象表示 Microsoft Word 应用程序。

Creator

返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。

E

返回一个 OMath 对象,该对象表示指定公式对象的基数。 此为只读属性。

FName

返回一个 OMath 对象,该对象表示数学函数的名称,例如 sin 或 cos。 此为只读属性。

Parent

返回指定 OMathFunc 对象的父对象。

适用于