Gets whether the style for the filter bar header should be serialized.
Syntax
'Declaration
Protected Function ShouldSerializeFilterBarHeaderStyle() As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
value = instance.ShouldSerializeFilterBarHeaderStyle()
protected bool ShouldSerializeFilterBarHeaderStyle()
See Also