[To be supplied.]
[Visual Basic] Public Function AddWithCells( _ ByVal cells() As TableCell _ ) As TableRow [C#] public TableRow AddWithCells( TableCell[] cells ); [C++] public: TableRow* AddWithCells( TableCell* cells[] ); [JScript] public function AddWithCells( cells : TableCell[] ) : TableRow;
TableRowCollection Class | TableRowCollection Members | System.Web.UI.WebControls Namespace