Version

WrapText Property (IWorksheetCellFormat)

Gets or sets the value which indicates whether text will wrap in a cell.
Syntax
ExcelDefaultableBoolean WrapText {get; set;}

Property Value

The value which indicates whether text will wrap in a cell.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assigned is not defined in the ExcelDefaultableBoolean enumeration.
Remarks

If True, and the row associated with the cell has a default WorksheetRow.Height, the row's height will automatically be increased to fit wrapped content.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also