Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / DisplayHidden Property


In This Topic
DisplayHidden Property (ISparklineGroup)
In This Topic
Gets or sets a value indicating whether hidden cells are plotted in the sparkline group.
Syntax
'Declaration
 
Property DisplayHidden As Boolean
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As Boolean
 
instance.DisplayHidden = value
 
value = instance.DisplayHidden

Property Value

true if hidden cells are shown in the sparkline group; otherwise, false.
See Also