Click or drag to resize

AddtionalFormatWrapper WrapText Property

Gets or sets a value indicating whether text is wrapped within a cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool WrapText { get; set; }

Property Value

Type: Boolean
true if text is wrapped; otherwise, false .

Implements

IExtendedFormat WrapText
See Also