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