NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableCell.NoWrap

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);

Property Value

true if text should not be wrapped; otherwise false. The default is false.

Remarks

Setting this property to true supresses the standard word wrap provided in HTML for tables.

See Also

HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace