'Declaration
ReadOnly Property HasData As Boolean
'Usage
Dim instance As ISlicerItem Dim value As Boolean value = instance.HasData
bool HasData {get;}
Property Value
true
if the slicer item contains data that matches the current manual filter state; otherwise, false
.