RepeatingSectionItemColl Interface

Definition

Represents the collection of RepeatingSectionItem objects.

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
Attributes
Implements

Properties

Application

Returns an Application object that represents the Word application.

Count

Returns an Integer (int in C#) that represents the number of repeating section items in the collection. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer (int in C#).

Item[Int32]

Returns an individual repeating section item.

Parent

Methods

GetEnumerator()

Returns an enumerator that can iterate through the collection.

Applies to