GridView.CreateChildTable 方法

定義

建立新的子資料表。

protected:
 virtual System::Web::UI::WebControls::Table ^ CreateChildTable();
protected virtual System.Web.UI.WebControls.Table CreateChildTable ();
abstract member CreateChildTable : unit -> System.Web.UI.WebControls.Table
override this.CreateChildTable : unit -> System.Web.UI.WebControls.Table
Protected Overridable Function CreateChildTable () As Table

傳回

Table

永遠傳回表示子資料表的新 Table

備註

方法是 CreateChildTable 控制項用來建立子資料工作表的 GridView 協助程式方法。

適用於

另請參閱