OMathMatRows 接口

定义

代表矩阵行的集合。 OMathMatRow使用 对象访问集合的单个 membes。

public interface class OMathMatRows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("1B426348-607D-433C-9216-C5D2BF0EF31F")]
public interface OMathMatRows : System.Collections.IEnumerable
type OMathMatRows = interface
    interface IEnumerable
Public Interface OMathMatRows
Implements IEnumerable
属性
实现

属性

Application

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

Count

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

Creator

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

Item[Int32]

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

Parent

返回指定 OMathMatRows 对象的父级。

方法

Add(Object)

创建公式行并将其添加到矩阵并返回 OMathMatRow 对象。

GetEnumerator()

代表矩阵行的集合。 OMathMatRow使用 对象访问集合的单个 membes。

适用于