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






In This Topic
    Width Property (Column)
    In This Topic
    Gets or sets the width of the column (pixels or characters width 'ch' suffix).
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Width As System.String
    'Usage
     
    
    Dim instance As Column
    Dim value As System.String
     
    instance.Width = value
     
    value = instance.Width
    [System.ComponentModel.DefaultValue("")]
    public System.string Width {get; set;}
    public read-write property Width: System.String; 
    System.ComponentModel.DefaultValueAttribute("")
    public function get,set Width : System.String
    [System.ComponentModel.DefaultValue("")]
    public: __property System.string* get_Width();
    public: __property void set_Width( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("")]
    public:
    property System.String^ Width {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also