RepeatingSectionItemColl 接口

定义

表示 对象的集合 RepeatingSectionItem

public interface class RepeatingSectionItemColl : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("53FACA33-DB22-473F-BB51-96C2C86C9304")]
public interface RepeatingSectionItemColl : System.Collections.IEnumerable
type RepeatingSectionItemColl = interface
    interface IEnumerable
Public Interface RepeatingSectionItemColl
Implements IEnumerable
属性
实现

属性

Application

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

Count

以 C # ) 返回 整数 (int ,表示集合中重复节项的数目。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 C#) 中的只读 整数 (int

Item[Int32]

返回一个单独的重复节项。

Parent

表示 对象的集合 RepeatingSectionItem

方法

GetEnumerator()

返回一个可以循环访问集合的枚举器。

适用于