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

In This Topic
    TotalRowLabel Property (TableColumn)
    In This Topic
    The string to show in the totals row cell for the column.
    Syntax
    'Declaration
     
    Public Property TotalRowLabel As String
    public string TotalRowLabel {get; set;}
    See Also