Adds the specified HtmlTableCell control to the end of the collection.
[Visual Basic] Public Sub Add( _ ByVal cell As HtmlTableCell _ ) [C#] public void Add( HtmlTableCell cell ); [C++] public: void Add( HtmlTableCell* cell ); [JScript] public function Add( cell : HtmlTableCell );
HtmlTableCellCollection Class | HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace