TableRow::CreateControlCollection Method ()
.NET Framework (current version)
Creates a new ControlCollection object for the TableRow control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::ControlCollection^A ControlCollection object that contains the TableRow control's child server controls.
The CreateControlCollection method creates a new ControlCollection object that holds the TableRow cells.
The CreateControlCollection method is primarily of interest to control developers extending the functionality of the TableRow control.
.NET Framework
Available since 1.1
Available since 1.1
Show: