
TableCellControlBuilder | 885
WebControls
Namespace
This is the Title of the Book, eMatter Edition
Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.
Hierarchy
System.Object ➝ System.Web.UI.Control(System.ComponentModel.IComponent, System.
IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor)
➝
WebControl(System.Web.UI.IAttributeAccessor) ➝ TableCell
Subclasses
TableHeaderCell
Returned By
DayRenderEventArgs.Cell, TableCellCollection.this
Passed To
Calendar.OnDayRender( ), DataGridColumn.InitializeCell( ), DayRenderEventArgs.
DayRenderEventArgs( ), TableCellCollection.{Add( ), AddAt( ), AddRange( ), GetCellIndex( ),
Remove( )}
TableCellCollection
System.Web.UI.WebControls (system.web.dll)
sealed class
This collection of TableCell and TableHeaderCell objects is used by the Cells property of the
TableRow class.
Returned By
TableRow.Cells
TableCellControlBuilder
System.Web.UI.WebControls (system.web.dll)
class
The ASP.NET parser uses this class to generate HTML for any TableCell controls on a
requested Web Forms page. You will not need to use this class directly in application
code.
public sealed class TableCellCollection : IList, ICollection, IEnumerable {
// Public Instance Properties
public int Count{get; } // implements ICollection
public bool IsReadOnly{get; } // implements IList
public bool IsSynchronized{get; } // implements ICollection
public object SyncRoot{get; ...