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

子儲存格集合。

適用於