DisplayHeader Property (ISlicer)
Gets or sets whether the header that displays the slicer
Caption is visible.
bool DisplayHeader {get; set;}
'Declaration
Property DisplayHeader As Boolean
'Usage
Dim instance As ISlicer
Dim value As Boolean
instance.DisplayHeader = value
value = instance.DisplayHeader
Property Value
true
if the header is visible; otherwise,
false
.