The HtmlTableCellCollection contains all of the table cells, both <td> and <th> elements, found within an HtmlTable server control.
Object
HtmlTableCellCollection
[Visual Basic] Public Class HtmlTableCellCollection Implements ICollection, IEnumerable [C#] public class HtmlTableCellCollection : ICollection, IEnumerable [C++] public __gc class HtmlTableCellCollection : public ICollection, IEnumerable [JScript] public class HtmlTableCellCollection implements ICollection, IEnumerable
[To be supplied.]
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll
HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace