ShowAsAvailableSlicerStyle Property (TableStyle)
Gets or sets a value indicating whether the table style is shown as available in the slicer styles gallery.
public bool ShowAsAvailableSlicerStyle {get; set;}
'Declaration
Public Property ShowAsAvailableSlicerStyle As Boolean
'Usage
Dim instance As TableStyle
Dim value As Boolean
instance.ShowAsAvailableSlicerStyle = value
value = instance.ShowAsAvailableSlicerStyle
Property Value
true
if the table style is shown as available in the slicer styles gallery; otherwise,
false
.