ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDef Class / Width Property

In This Topic
    Width Property (PageColumnDef)
    In This Topic
    Gets or sets the width of the current column.

    The default column width is "auto".

    Syntax
    'Declaration
     
    Public Property Width As Unit
    public Unit Width {get; set;}
    See Also