ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / TableTagHelper Class / AlterFirstColumn Property

In This Topic
    AlterFirstColumn Property (TableTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.Table.AlterFirstColumn. Sets a value that determines whether the first table column should have the style applied.
    Syntax
    'Declaration
     
    Public Property AlterFirstColumn As Boolean
    public bool AlterFirstColumn {get; set;}
    See Also