Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / FilterCleared Property


In This Topic
FilterCleared Property (SlicerCache)
In This Topic
Gets a value indicating whether the filter state is cleared.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property FilterCleared As Boolean
 
'Usage
 
Dim instance As SlicerCache
Dim value As Boolean
 
value = instance.FilterCleared

Property Value

true if the filter state is cleared; otherwise, false.
See Also