Skip to main content
.NET Framework Class Library
HtmlTableCell Constructor





Initializes a new instance of the HtmlTableCell class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodHtmlTableCell()()()Initializes a new instance of the HtmlTableCell class using default values.
Public methodHtmlTableCell(String)Initializes a new instance of the HtmlTableCell class, using the specified tag name.
Top