Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / DisplayHeader Property


In This Topic
DisplayHeader Property (ISlicer)
In This Topic
Gets or sets whether the header that displays the slicer Caption is visible.
Syntax
'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.
See Also