NamedRange::Summary Property

 

Gets a value that indicates whether the range is an outlining summary row or column.

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

property Object^ Summary {
	Object^ get();
}

Property Value

Type: System::Object^

true if the range is an outlining summary row or column; otherwise, false.

The range should be a row or a column.

Return to top
Show: