System.Web.UI.WebControls Namespace TableRow Class
Initializes a new instance of the TableRow class.
[ VB ]
Public Sub New ( )
[ C# ]
public TableRow ( );
[ C++ ]
public: TableRow ( );
[ JScript ]
public function TableRow ( );
Use this constructor to create and initialize a new instance of the TableRow control.
The below code shows how to create a new instance of a TableRow class.
TableRow myControl = new TableRow ( );
Dim myControl As New TableRow ( ) |
|
C# |
VB |
TableRow Members