OMathArgs 接口

定义

代表参数的集合。

public interface class OMathArgs
[System.Runtime.InteropServices.Guid("8245795B-9AED-4943-A16D-E586ED8180D1")]
public interface OMathArgs
type OMathArgs = interface
Public Interface OMathArgs
属性

属性

Application

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

Count

返回集合中的 OMathArgs 项数。 此为只读属性。

Creator

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

Parent

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

方法

Add(Object)

将参数插入公式,其中参数数可变, (OMathDelimOMathEqArray 对象)

Item(Int32)

返回一个 OMath 对象,该对象代表集合中的指定项。

适用于