Range.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.
Determines if the range is an outlining summary row or column.
public:
property System::Object ^ Summary { System::Object ^ get(); };
public object Summary { get; }
Public ReadOnly Property Summary As Object
Property Value
Remarks
This property returns True if the range is an outlining summary row or column.
The range should be a row or a column.