Gets or sets a value indicating whether text within an HtmlTableCell control should be wrapped.
[Visual Basic] Public Property NoWrap As Boolean [C#] public bool NoWrap {get; set;} [C++] public: __property bool get_NoWrap(); public: __property void set_NoWrap(bool); [JScript] public function get NoWrap() : Boolean; public function set NoWrap(Boolean);
true if text should not be wrapped; otherwise false. The default is false.
Setting this property to true supresses the standard word wrap provided in HTML for tables.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace