Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / HasData Property


In This Topic
HasData Property
In This Topic
Gets a value indicating whether the slicer item contains data that matches the current manual filter state.
Syntax
'Declaration
 
ReadOnly Property HasData As Boolean
 
'Usage
 
Dim instance As ISlicerItem
Dim value As Boolean
 
value = instance.HasData

Property Value

true if the slicer item contains data that matches the current manual filter state; otherwise, false.
See Also