List Property (SlicerCache)
Gets a value indicating whether the slicer cache is for a slicer on a table.
public virtual bool List {get;}
'Declaration
Public Overridable ReadOnly Property List As Boolean
'Usage
Dim instance As SlicerCache
Dim value As Boolean
value = instance.List
Property Value
true
if the slicer cache is for a slicer on a table; otherwise,
false
.