TableCellFormatWrapText Property |
Gets or sets a value indicating whether the table cell content shall be allowed to wrap
(the cell may be shrunk as needed if it is a fixed preferred width value, and the content shall be treated as having breaking characters if it is a percentage or automatic width value).
Namespace:
GemBox.Document.Tables
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool WrapText { get; set; }
Public Property WrapText As Boolean
Get
Set
Property Value
Type:
Boolean if the table cell content shall be allowed to wrap; otherwise,
.
See Also