Gets a value indicating whether the slicer item contains data that matches the current manual filter state.
'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
.