Spread Windows Forms 12.0 Product Documentation
Summary Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Summary Property
Gets a value indicating whether the range is an outlining summary row or column.
Syntax
'Declaration
 
ReadOnly Property Summary As Boolean
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
value = instance.Summary
bool Summary {get;}

Property Value

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

Reference

IRange Interface
IRange Members