Spread Windows Forms 15.0
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
    bool ShrinkToFit {get; set;}
    See Also