ListObject.ShowTotals Property (2007 System)

Gets or sets a value that indicates whether the Total row is visible.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Property ShowTotals As Boolean
'Usage
Dim instance As ListObject 
Dim value As Boolean 

value = instance.ShowTotals

instance.ShowTotals = value
public bool ShowTotals { get; set; }
public:
property bool ShowTotals {
    bool get ();
    void set (bool value);
}
public function get ShowTotals () : boolean 
public function set ShowTotals (value : boolean)

Property Value

Type: System.Boolean
true if the Total row is visible; otherwise, false.

.NET Framework Security

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace