次の方法で共有


RepeatingSectionItem インターフェイス

定義

コンテンツ コントロール内の繰り返しセクション項目を表します。

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

プロパティ

Application

Application Word アプリケーションを表す オブジェクトを返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

Parent

指定 したRepeatingSectionItem オブジェクトの親オブジェクトを表す Object を返します。

Range

指定の繰り返しセクション アイテムの範囲を返します (開始タグと終了タグは含まれません)。 読み取り専用です。

メソッド

Delete()

指定の繰り返しセクション アイテムを削除します。

InsertItemAfter()

指定のアイテムの後に繰り返しセクション アイテムを追加して、新しいアイテムを返します。

InsertItemBefore()

指定のアイテムの前に繰り返しセクション アイテムを追加して、新しいアイテムを返します。

適用対象