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

属性值

子单元格的集合。

适用于