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
SyntaxC#
Copy Code
|
|---|
public bool WrapOverflowingContent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property WrapOverflowingContent As Boolean |
true to wrap overflowing content; otherwise, false. The default is true.
RemarksSetting this property to false may result in diminishing performance for worksheets with large amount of data.
See Also