System.Web.UI.WebControls Namespace TableCell Class
Initializes a new instance of the TableCell class.
[ VB ] Public Sub New ( ) [ C# ] public TableCell ( ); [ C++ ] public: TableCell ( ); [ JScript ] public function TableCell ( );
Use this constructor to initialize a new instance of the TableCell class.
The following example demonstrates how to initialize a new instance of the TableCell class.
void Page_Load ( Object src, EventArgs e ) { TableCell myTableCell = new TableCell ( ); }
Sub Page_Load ( src As Object, e As EventArgs ) Dim myTableCell As New TableCell ( ) End Sub
TableCell Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note