SparklineGroup.DisplayHidden Property
Specifies whether hidden cells are plotted in the sparkline group.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayHidden As Boolean
Get
Set
'Usage
Dim instance As SparklineGroup
Dim value As Boolean
value = instance.DisplayHidden
instance.DisplayHidden = value
bool DisplayHidden { get; set; }
Property Value
Type: System.Boolean
true if hidden cells are plotted in the sparkline group; otherwise, false.
Remarks
Read/write.
true if hidden cells are shown in the sparkline group.