ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / WorkbookTable Class / ShowHeaderRow Property

In This Topic
    ShowHeaderRow Property (WorkbookTable)
    In This Topic
    Indicating whether show the header row for the table.
    Syntax
    'Declaration
     
    Public Property ShowHeaderRow As Boolean
    public bool ShowHeaderRow {get; set;}
    See Also