Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ToggleTotals() Method


In This Topic
ToggleTotals() Method
In This Topic
Toggles the totals row's visibility.
Syntax
'Declaration
 
Public Function ToggleTotals() As ActionResult(Of Table)
 
'Usage
 
Dim instance As Table
Dim value As ActionResult(Of Table)
 
value = instance.ToggleTotals()

Return Value

true if the action complete successfully, false otherwise.
See Also