DisplayHeader Property (Slicer)
public bool DisplayHeader {get; set;}
'Declaration
Public Property DisplayHeader As Boolean
'Usage
Dim instance As Slicer
Dim value As Boolean
instance.DisplayHeader = value
value = instance.DisplayHeader
Property Value
true
if the header is visible; otherwise,
false
.