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

屬性值

包含資料表所裝載資料列群組的 TableRowGroupCollection 集合物件 (由 TableRowGroup 物件所代表)。

此屬性沒有預設值。

適用於