Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / ToggleTotalRow Method
The source table.


In This Topic
    ToggleTotalRow Method
    In This Topic
    Get the Toggle total row action command.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleTotalRow( _
       ByVal table As Table _
    ) As TableActionsCommand
    'Usage
     
    
    Dim table As Table
    Dim value As TableActionsCommand
     
    value = TableActionsCommand.ToggleTotalRow(table)
    public static TableActionsCommand ToggleTotalRow( 
       Table table
    )

    Parameters

    table
    The source table.
    See Also