HtmlTableCell::NoWrap Property
.NET Framework (current version)
Gets or sets a value indicating whether the text in a cell represented by an instance of the HtmlTableCell class automatically continues on the next line when it reaches the end of the cell.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the text does not automatically wrap in the cell; otherwise, false. The default value is false.
Use the NoWrap property to specify or determine whether the text in a cell represented by an instance of the HtmlTableCell class automatically continues on the next line when it reaches the end of the cell.
.NET Framework
Available since 1.1
Available since 1.1
Show: