HtmlTableRow.HtmlTableRow Constructor
.NET Framework 3.0
Initializes a new instance of the HtmlTableRow class.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use this constructor to create and initialize a new instance of the HtmlTableRow class. This constructor is used to create an HtmlTableRow object that represents the <tr> element for a table row.
The following table shows the initial property value for an instance of HtmlTableRow.
| Property | Initial Value |
|---|---|
| The "tr" literal string. |
Community Additions
ADD
Show: