Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / ShrinkToFit Property


In This Topic
ShrinkToFit Property (DisplayFormat)
In This Topic
Gets a value that indicates if Spread automatically shrinks text to fit in the available column width of the associated DisplayFormat object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property ShrinkToFit As Boolean
 
'Usage
 
Dim instance As DisplayFormat
Dim value As Boolean
 
value = instance.ShrinkToFit

Property Value

true if Spread automatically shrinks text to fit in the available column width; otherwise, false.
See Also