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 컬렉션 개체입니다.

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

적용 대상