Spread Windows Forms 12.0 Product Documentation
ShrinkToFit Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : ShrinkToFit Property
Returns a value that indicates if Spread automatically shrinks text to fit in the available column width of the associated IRange 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
public bool ShrinkToFit {get;}

Property Value

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

Reference

DisplayFormat Class
DisplayFormat Members