Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / FilterBarHeaderStyleName Property


FilterBarHeaderStyleName Property
Gets or sets the name of the style for the filter bar header.
Syntax
'Declaration
 
Public Property FilterBarHeaderStyleName As String
 
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.FilterBarHeaderStyleName = value
 
value = instance.FilterBarHeaderStyleName
Exceptions
ExceptionDescription
Specified NamedStyle object could not be found in the collection
See Also