TableRow.Cells 속성

정의

TableRow의 셀을 포함하는 TableCellCollection을 가져옵니다.

public:
 property System::Windows::Documents::TableCellCollection ^ Cells { System::Windows::Documents::TableCellCollection ^ get(); };
public System.Windows.Documents.TableCellCollection Cells { get; }
member this.Cells : System.Windows.Documents.TableCellCollection
Public ReadOnly Property Cells As TableCellCollection

속성 값

TableCellCollection

자식 셀의 컬렉션입니다.

적용 대상