ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Column Class / AutoWidth Property






In This Topic
    AutoWidth Property (Column)
    In This Topic
    Gets or sets a value indicating whether auto adjust the column width.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property AutoWidth As System.Boolean
    'Usage
     
    
    Dim instance As Column
    Dim value As System.Boolean
     
    instance.AutoWidth = value
     
    value = instance.AutoWidth
    [System.ComponentModel.DefaultValue(false)]
    public System.bool AutoWidth {get; set;}
    public read-write property AutoWidth: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AutoWidth : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    public: __property System.bool get_AutoWidth();
    public: __property void set_AutoWidth( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(false)]
    public:
    property System.bool AutoWidth {
       System.bool get();
       void set (    System.bool value);
    }
    See Also