OMathRecognizedFunction 接口

定义

代表可识别的函数。 对象 OMathRecognizedFunction 是 集合的成员 OMathRecognizedFunctions

public interface class OMathRecognizedFunction
[System.Runtime.InteropServices.Guid("5C04BD93-2F3F-4668-918D-9738EC901039")]
public interface OMathRecognizedFunction
type OMathRecognizedFunction = interface
Public Interface OMathRecognizedFunction
属性

属性

Application

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

Creator

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

Index

返回一个 Integer 类型的值,该值代表项在集合中的位置。 此为只读属性。

Name

返回一个 字符串 ,表示名称的公式识别的函数。 此为只读属性。

Parent

返回指定 OMathRecognizedFunction 对象的父级。

方法

Delete()

从已识别函数的列表中删除所指定的已识别函数。

适用于