GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / ShrinkToFit Property


In This Topic
ShrinkToFit Property (IRange)
In This Topic
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

Property Value

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