FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / ShrinkToFit Property


In This Topic
ShrinkToFit Property (TextCellType)
In This Topic
Gets or sets whether to shrink the text to fit the cell.
Syntax
'Declaration
 
Public Property ShrinkToFit As Boolean
 
'Usage
 
Dim instance As TextCellType
Dim value As Boolean
 
instance.ShrinkToFit = value
 
value = instance.ShrinkToFit
See Also