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

In This Topic
    LastHeaderCellStyle Property (TableStyle)
    In This Topic
    Gets or sets the last cell style in the header row.
    Syntax
    'Declaration
     
    Public Property LastHeaderCellStyle As TableSectionStyle
    public TableSectionStyle LastHeaderCellStyle {get; set;}
    See Also