Table.RowGroups プロパティ

定義

テーブルによってホストされる行グループを格納する、TableRowGroupCollection コレクション オブジェクトを取得します。

public:
 property System::Windows::Documents::TableRowGroupCollection ^ RowGroups { System::Windows::Documents::TableRowGroupCollection ^ get(); };
public System.Windows.Documents.TableRowGroupCollection RowGroups { get; }
member this.RowGroups : System.Windows.Documents.TableRowGroupCollection
Public ReadOnly Property RowGroups As TableRowGroupCollection

プロパティ値

テーブルによってホストされる行グループ (TableRowGroup オブジェクトによって表される) を格納する TableRowGroupCollection コレクション オブジェクト。

このプロパティには既定値はありません。

適用対象