Gets or sets a value indicating that word wrapping should be suppressed.

[VBScript]
Public Property NoWrap As Boolean
[JScript]
public function get NoWrap() : Boolean;
public function set NoWrap(Boolean);

Property Value

true if word wrapping should be suppressed, false, otherwise.

See Also

HTMLTableCellElement Object | HTMLTableCellElement Members | DOM Namespace