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

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