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

In This Topic
    TotalRowLabel Property (WorkbookTableColumn)
    In This Topic
    Gets or sets 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