Spread Windows Forms 17
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()
    public ActionResult<Table> ToggleTotals()

    Return Value

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