Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / ShrinkToFit Property


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