This documentation is archived and is not being maintained.
TableCell.Wrap Property
.NET Framework 1.1
Gets or sets a value that indicates whether the content of the 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 content of the cell wrap in the cell.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
TableCell Class | TableCell Members | System.Web.UI.WebControls Namespace
Show: