Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / ShrinkToFit Property


In This Topic
    ShrinkToFit Property (IStyle)
    In This Topic
    Gets or sets a System.Boolean value that indicates if text automatically shrinks to fit in the available column width.
    Syntax
    'Declaration
     
    
    Property ShrinkToFit As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    bool ShrinkToFit {get; set;}

    Property Value

    true if text automatically shrinks to fit in the available column width; otherwise, false.
    See Also