ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / ShrinkToFit Property

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