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