OMathMatRow 接口

定义

代表矩阵行。 是 OMathMatRow 集合的成员 OMathMatRows

public interface class OMathMatRow
[System.Runtime.InteropServices.Guid("5DAA8BB6-054E-48F6-BEAC-EAAD02BE0CC7")]
public interface OMathMatRow
type OMathMatRow = interface
Public Interface OMathMatRow
属性

属性

Application

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

Args

返回一个 OMathArgs 对象,该对象表示矩阵行中的参数。 此为只读属性。

Creator

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

Parent

返回指定 OMathMatRow 对象的父级。

RowIndex

返回或设置一个 Integer 类型的值,该值代表矩阵行在矩阵行集合中的序号位置。 读/写。

方法

Delete()

删除所指定的矩阵行。

适用于