Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Column Class / AutoWidth Property

In This Topic
    AutoWidth Property
    In This Topic
    Gets or sets a value indicating whether auto adjust the column width.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property AutoWidth As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool AutoWidth {get; set;}
    See Also