RepeatingSectionItem Interface

Definition

Represents a repeating section item in a content control.

public interface class RepeatingSectionItem
[System.Runtime.InteropServices.Guid("4265ED97-A922-4CA4-8CD8-99684CCA9CDB")]
public interface RepeatingSectionItem
type RepeatingSectionItem = interface
Public Interface RepeatingSectionItem
Attributes

Properties

Application

Returns an Application object that represents the Word application.

Creator

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

Parent

Returns an Object that represents the parent object of the specified RepeatingSectionItem object.

Range

Returns the range of the specified repeating section item, excluding the start and end tags. Read-only.

Methods

Delete()

Deletes the specified repeating section item.

InsertItemAfter()

Adds a repeating section item after the specified item and returns the new item.

InsertItemBefore()

Adds a repeating section item before the specified item and returns the new item.

Applies to