ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Table Class / ShowHeaderRow Property

In This Topic
    ShowHeaderRow Property (Table)
    In This Topic
    Indicates whether the table should include a header row.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowHeaderRow As Boolean
    [DefaultValue(true)]
    public bool ShowHeaderRow {get; set;}
    See Also