Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (XLStyle)
    In This Topic
    Gets or sets whether this XLStyle causes cell contents to shrink to fit.
    Syntax
    'Declaration
     
    
    Public Property ShrinkToFit As Boolean
    public bool ShrinkToFit {get; set;}
    Remarks
    Cells that do shrink to fit if content more that cell width.
    See Also