ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / WorkbookTableBandedStyle Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (WorkbookTableBandedStyle)
    In This Topic
    Gets or sets a value indicating whether allow text shrink to fit cell size.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property ShrinkToFit As Boolean
    [DefaultValue(false)]
    public bool ShrinkToFit {get; set;}
    See Also