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
C#
![]() |
---|
public bool WrapOverflowingContent { get; set; } |
Visual Basic
![]() |
---|
Public Property WrapOverflowingContent As Boolean |
true to wrap overflowing content; otherwise, false. The default is true.
Setting this property to false may result in diminishing performance for worksheets with large amount of data.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |