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