Share via


Sections インターフェイス

定義

選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Section

public interface class Sections : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002095A-0000-0000-C000-000000000046")]
public interface Sections : System.Collections.IEnumerable
type Sections = interface
    interface IEnumerable
Public Interface Sections
Implements IEnumerable
属性
実装

注釈

、、または Document オブジェクトの Sections プロパティをSelectionRange使用して、Sections コレクションを取得します。

メソッドまたは メソッドをAdd(Object, Object)InsertBreak(Object)使用して、ドキュメントに新しいセクションを追加します。

Sections(index) index を使用して、単一の Section オブジェクトを返します。

プロパティ

Application

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

Count

指定したコレクション内の項目の数を返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

First

コレクション内の最初の Section 項目を表す オブジェクトを Sections 返します。

Item[Int32]

コレクション内の各オブジェクトを返します。

Last

コレクション内の最後の項目を Sections オブジェクトとして Section 返します。

PageSetup

指定したセクションに PageSetup 関連付けられているオブジェクトを返します

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

メソッド

Add(Object, Object)

ドキュメントに Section 追加された新しいセクションを表す オブジェクトを返します。

GetEnumerator()

選択範囲、範囲、またはドキュメント内のオブジェクトのコレクション Section

適用対象