Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ShowTotals Property


In This Topic
ShowTotals Property (Table)
In This Topic
Gets or sets a value indicating whether the total row is visible.
Syntax
'Declaration
 
Public Property ShowTotals As Boolean
 
'Usage
 
Dim instance As Table
Dim value As Boolean
 
instance.ShowTotals = value
 
value = instance.ShowTotals

Property Value

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