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

實作

例外狀況

item 已屬於集合時引發。

item 為 null 時引發。

適用於