OMathMatCols 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表矩阵列的集合。 OMathMatCol使用 对象访问集合的单个成员。
public interface class OMathMatCols : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EFC71F9C-7F42-4CD4-A7A7-970D7A48CD27")]
public interface OMathMatCols : System.Collections.IEnumerable
type OMathMatCols = interface
interface IEnumerable
Public Interface OMathMatCols
Implements IEnumerable
- 属性
- 实现
属性
Application |
返回一个_Application对象,该对象表示 Microsoft Word 应用程序。 |
Count |
返回集合中的 OMathMatCols 项数。 此为只读属性。 |
Creator |
返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。 |
Item[Int32] |
返回一个 OMathMatCol 对象,该对象代表集合中的指定项。 |
Parent |
返回指定 OMathMatCols 对象的父对象。 |
方法
Add(Object) |
创建公式列并将其添加到矩阵并返回 OMathMatCol 对象。 |
GetEnumerator() |
代表矩阵列的集合。 OMathMatCol使用 对象访问集合的单个成员。 |