Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / ShowTotals Property


In This Topic
    ShowTotals Property (ITable)
    In This Topic
    Gets or sets a value indicating whether the total row is visible.
    Syntax
    'Declaration
     
    
    Property ShowTotals As Boolean
    'Usage
     
    
    Dim instance As ITable
    Dim value As Boolean
     
    instance.ShowTotals = value
     
    value = instance.ShowTotals
    bool ShowTotals {get; set;}

    Property Value

    true if the total row is visible; otherwise, false.
    See Also