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

In This Topic
    TotalRowFunction Property (WorkbookTableColumn)
    In This Topic
    Gets or sets the function to show in the totals row cell for this column.
    Syntax
    'Declaration
     
    Public Property TotalRowFunction As String
    public string TotalRowFunction {get; set;}
    See Also