Gets or sets a value indicating whether to wrap the element's text.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<Boolean> WrapText { get; set; } |
Visual Basic
Copy Code
|
|---|
Property WrapText As Nullable(Of Boolean) |
A nullable boolean value.
See Also