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 표시)을 포함하는 컬렉션 개체입니다.

이 속성에는 기본값이 없습니다.

적용 대상