Gets or sets whether this XLStyle causes cell contents to wrap.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool WordWrap { get; set; }
Visual Basic
Public Property WordWrap As Boolean
	Get
	Set

Remarks

Cells that do not wrap will spill onto adjacent cells and will be kept on a single line even if they contain line-break characters.

See Also