Selection.TopLevelTables プロパティ

定義

現在の選択範囲の Tables 最も外側の入れ子レベルにあるテーブルを表すコレクションを返します。

public:
 property Microsoft::Office::Interop::Word::Tables ^ TopLevelTables { Microsoft::Office::Interop::Word::Tables ^ get(); };
public Microsoft.Office.Interop.Word.Tables TopLevelTables { get; }
member this.TopLevelTables : Microsoft.Office.Interop.Word.Tables
Public ReadOnly Property TopLevelTables As Tables

プロパティ値

注釈

TopLevelTables プロパティは、現在の範囲または選択範囲のコンテキスト内の最も外側の入れ子レベルにあるテーブルのみを含むコレクションを返します。 これらの表は、複合表全体で一番外側のネスト レベルにある表ではない場合もあります。

適用対象