FilterBarHeaderParent Property
In This Topic
Gets the parent style name to use for initializing the filter header bar default style.
Syntax
'Declaration
Public ReadOnly Property FilterBarHeaderParent As String
'Usage
Dim instance As SheetSkin
Dim value As String
value = instance.FilterBarHeaderParent
public string FilterBarHeaderParent {get;}
See Also