Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / ShrinkToFit Property


In This Topic
    ShrinkToFit Property (ExcelXMLStyle)
    In This Topic
    Gets or sets whether shrink text to fit cell.
    Syntax
    'Declaration
     
    
    Public Property ShrinkToFit As Boolean
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    public bool ShrinkToFit {get; set;}
    See Also