OMathMatCol 接口

定义

代表矩阵列。 对象 OMathMatCol 是 集合的成员 OMathMatCols

public interface class OMathMatCol
[System.Runtime.InteropServices.Guid("CAE36175-3818-4C60-BCBF-0645D51EB33B")]
public interface OMathMatCol
type OMathMatCol = interface
Public Interface OMathMatCol
属性

属性

Align

返回或设置一个 WdOMathHorizAlignType 常量,该常量表示矩阵列中参数的水平对齐方式。 读/写。

Application

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

Args

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

ColIndex

返回一个 Integer 类型的值,该值代表矩阵中列集合中列的序号位置。 此为只读属性。

Creator

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

Parent

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

方法

Delete()

删除所指定的矩阵列。

适用于