Table.RowGroups 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含資料表所裝載資料列群組的 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 物件所代表)。
此屬性沒有預設值。