TableCellCollection::Add Method (TableCell^)
.NET Framework (current version)
Appends the specified TableCell to the end of the TableCellCollection.
Assembly: System.Web (in System.Web.dll)
Parameters
- cell
-
Type:
System.Web.UI.WebControls::TableCell^
The TableCell to add to the collection.
Use this method to add the specified TableCell to the end of a TableCellCollection.
The following example demonstrates how to use the Add method to add a TableCell to a TableCellCollection. Note that in the example, the Cells property of the TableRow is an instance of the TableCellCollection class.
.NET Framework
Available since 1.1
Available since 1.1
Show: