Search
HtmlExporterBase.WrapOverflowingContent Property
See Also
 






Gets or sets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool WrapOverflowingContent { get; set; }

Visual Basic  Copy Code

Public Property WrapOverflowingContent As Boolean

 Property Value

true to wrap overflowing content; otherwise, false. The default is true.

 Remarks

Setting this property to false may result in diminishing performance for worksheets with large amount of data.

 See Also