Spread Windows Forms 12.0 Product Documentation
ShowTotals Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : ShowTotals Property
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

Reference

ITable Interface
ITable Members