'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.