ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / 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
     
    Public Property Width As String
    public string Width {get; set;}
    See Also