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