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

In This Topic
    ShowTotalRow Property (Table)
    In This Topic
    Indicates whether the table should include a total row.
    Syntax
    'Declaration
     
    Public Property ShowTotalRow As Boolean
    public bool ShowTotalRow {get; set;}
    See Also