Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IShrinkToFitSupport Interface / ShrinkToFit Property


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