Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / ShrinkToFit Property

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