TableCellCollection.Add(TableCell) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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 出來了。
當 為無效時 item ,會被提高。