Spread Windows Forms 12.0 Product Documentation
ShrinkToFit Property (IRange)


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

Property Value

true if shrink to fit; otherwise, false.
See Also

Reference

IRange Interface
IRange Members