Adds an HtmlTableCell control to a specified location in the collection.
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal cell As HtmlTableCell _ ) [C#] public void Insert( int index, HtmlTableCell cell ); [C++] public: void Insert( int index, HtmlTableCell* cell ); [JScript] public function Insert( index : int, cell : HtmlTableCell );
HtmlTableCellCollection Class | HtmlTableCellCollection Members | System.Web.UI.HtmlControls Namespace