This documentation is archived and is not being maintained.

TableItemStyle.Wrap Property

Gets or sets a value indicating whether the contents of a cell wrap in the cell.

[Visual Basic]
Public Overridable Property Wrap As Boolean
[C#]
public virtual bool Wrap {get; set;}
[C++]
public: __property virtual bool get_Wrap();
public: __property virtual void set_Wrap(bool);
[JScript]
public function get Wrap() : Boolean;
public function set Wrap(Boolean);

Property Value

true if the contents of the cell wrap in the cell; otherwise, false. The default is true.

Remarks

Use the Wrap property to specify or determine whether the contents of the cell wrap.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

TableItemStyle Class | TableItemStyle Members | System.Web.UI.WebControls Namespace | Style | TableItemStyle

Show: