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

一个 TableRowGroupCollection 集合对象,它包含由表承载的行组(由 TableRowGroup 对象表示)。

此属性没有默认值。

适用于