Range.Summary Property
Determines if the range is an outlining summary row or column.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Summary As Object
Get
'Usage
Dim instance As Range
Dim value As Object
value = instance.Summary
Object Summary { get; }
Property Value
Type: System.Object
Remarks
This property returns True if the range is an outlining summary row or column.
The range should be a row or a column.