Spread WPF 17
GrapeCity.Excel Namespace / ExcelTable Class / ShowTotalsRow Property


In This Topic
    ShowTotalsRow Property (ExcelTable)
    In This Topic
    A Boolean indicating whether the totals row has ever been shown in the past for this table.
    Syntax
    'Declaration
     
    Public Property ShowTotalsRow As Boolean
    'Usage
     
    Dim instance As ExcelTable
    Dim value As Boolean
     
    instance.ShowTotalsRow = value
     
    value = instance.ShowTotalsRow
    public bool ShowTotalsRow {get; set;}
    See Also