Spread Windows Forms 12.0 Product Documentation
ShrinkToFit Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : ShrinkToFit Property
Gets or sets a System.Boolean value that indicates if text automatically shrinks to fit in the available column width.
Syntax
'Declaration
 
Property ShrinkToFit As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.ShrinkToFit = value
 
value = instance.ShrinkToFit
bool ShrinkToFit {get; set;}

Property Value

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

Reference

IStyle Interface
IStyle Members