ListObject::ShowTotals Property

 

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

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

property bool ShowTotals {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Total row is visible; otherwise, false.

Return to top
Show: