Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / ShrinkToFit Property


In This Topic
ShrinkToFit Property (IExcelXF)
In This Topic
Shrik text to fit
Syntax
'Declaration
 
Property ShrinkToFit As Boolean
 
'Usage
 
Dim instance As IExcelXF
Dim value As Boolean
 
instance.ShrinkToFit = value
 
value = instance.ShrinkToFit
See Also