'Declaration
Public Property ShowTotals As Boolean
'Usage
Dim instance As Table Dim value As Boolean instance.ShowTotals = value value = instance.ShowTotals
public bool ShowTotals {get; set;}
Property Value
true
if the total row is visible; otherwise, false
.