NamedRange.Summary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the range is an outlining summary row or column.
public:
property System::Object ^ Summary { System::Object ^ get(); };
public object Summary { get; }
member this.Summary : obj
Public ReadOnly Property Summary As Object
Property Value
true
if the range is an outlining summary row or column; otherwise, false
.
Remarks
The range should be a row or a column.