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

In This Topic
    TotalRowFunction Property (TableColumnTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.TableColumn.TotalRowFunction. The function to show in the totals row cell for the column.
    Syntax
    'Declaration
     
    Public Property TotalRowFunction As String
    public string TotalRowFunction {get; set;}
    See Also