HtmlTableCellCollection

HtmlTableCellCollection

System.Web.UI.HtmlControls (system.web.dll)sealed class

This collection of HtmlTableCell objects is used by the Cells property of the HtmlTableRow class.

public sealed class HtmlTableCellCollection : ICollection, IEnumerable {
// Public Instance Properties
   public int Count{get; }                          // implements ICollection
   public bool IsReadOnly{get; }
   public bool IsSynchronized{get; }                // implements ICollection
   public object SyncRoot{get; }                    // implements ICollection
   public HtmlTableCell this[int index]{get; }
// Public Instance Methods
   public void Add(HtmlTableCell cell);
   public void Clear( );
   public void CopyTo(Array array, int index);                  // implements ICollection
   public IEnumerator GetEnumerator( );              // implements IEnumerable
   public void Insert(int index, HtmlTableCell cell);
   public void Remove(HtmlTableCell cell);
   public void RemoveAt (int index);
}

Returned By

HtmlTableRow.Cells



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace