Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IWordWrapSupport2 Interface / AllowGetPreferredRowHeigh Property


In This Topic
AllowGetPreferredRowHeigh Property
In This Topic
true if the component allows the row to get the preferred row height for word wrap; otherwise, false.
Syntax
'Declaration
 
ReadOnly Property AllowGetPreferredRowHeigh As Boolean
 
'Usage
 
Dim instance As IWordWrapSupport2
Dim value As Boolean
 
value = instance.AllowGetPreferredRowHeigh
See Also