共用方式為


HtmlTable.CreateControlCollection 方法

定義

ControlCollection 控制項建立新的 HtmlTable 物件。

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

傳回

ControlCollection,包含 HtmlTable 控制項的子伺服器控制項。

備註

方法 CreateControlCollectionControlCollection 建立用來保存資料表資料列的 物件。

CreateControlCollection 方法主要是對控制項開發人員有利,可用以擴充 HtmlTable 控制項的功能。

適用於

另請參閱