ASP.NET 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
     
    
    <DefaultValueAttribute("")>
    Public Property Width As String
    [DefaultValue("")]
    public string Width {get; set;}
    See Also