OMathArgs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表参数的集合。
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) |
将参数插入公式,其中参数数可变, (OMathDelim 和 OMathEqArray 对象) |
Item(Int32) |
返回一个 OMath 对象,该对象代表集合中的指定项。 |