HtmlTableCell.NoWrap Property
.NET Framework 3.0
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.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(MinimizableAttributeTypeConverter))] public: property bool NoWrap { bool get (); void set (bool value); }
/** @property */ public boolean get_NoWrap () /** @property */ public void set_NoWrap (boolean value)
public function get NoWrap () : boolean public function set NoWrap (value : boolean)
Not applicable.
Property Value
true if the text does not automatically wrap in the cell; otherwise, false. The default value is false.Community Additions
ADD
Show: