語言

TableCellCollection.Add(TableCell) 方法

定義

將指定的 TableCell 附加至表格儲存格的集合。

public:
 virtual void Add(System::Windows::Documents::TableCell ^ item);
public void Add(System.Windows.Documents.TableCell item);
abstract member Add : System.Windows.Documents.TableCell -> unit
override this.Add : System.Windows.Documents.TableCell -> unit
Public Sub Add (item As TableCell)

參數

item
TableCell

TableCell 到 附加到 table cell 集合中。

實作

例外狀況

當它已經屬於收藏時就被培養 item 出來了。

當 為無效時 item ,會被提高。

適用於