ShrinkToFit Property (IRange)
Gets or sets a value indicating whether text automatically shrinks to fit in the available column width.
bool ShrinkToFit {get; set;}
'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
.