HtmlTableRow.HtmlTableCellControlCollection Class
.NET Framework 2.0
Represents a collection of HtmlTableCell objects that are the cells of an HtmlTableRow control.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HtmlTableRow.HtmlTableCellControlCollection class represents a collection of HtmlTableCell objects for an HtmlTableRow control. Controls can be added at the end of a collection with the Add method or at a specified index location in the collection with the AddAt method.
Only controls of type HtmlTableCell can be added to the HtmlTableRow.HtmlTableCellControlCollection collection.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Object
System.Web.UI.ControlCollection
System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection
System.Web.UI.ControlCollection
System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: