NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableCellCollection Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace