1 instantiation of HtmlTableCellCollection
System.Web (1)
UI\HtmlControls\HtmlTableRow.cs (1)
76
cells = new
HtmlTableCellCollection
(this);
2 references to HtmlTableCellCollection
System.Web (2)
UI\HtmlControls\HtmlTableRow.cs (2)
29
HtmlTableCellCollection
cells;
73
public virtual
HtmlTableCellCollection
Cells {