HtmlTableRow.HtmlTableCellControlCollection.Add(Control) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 Control 物件加入至集合。
public:
override void Add(System::Web::UI::Control ^ child);
public override void Add (System.Web.UI.Control child);
override this.Add : System.Web.UI.Control -> unit
Public Overrides Sub Add (child As Control)
參數
例外狀況
新增控制項的型別必須為 HtmlTableCell。
備註
新增的控制項只能是 HtmlTableCell 控制項, ArgumentException 否則會擲回例外狀況。