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 对象表示)。
此属性没有默认值。