TableStyle.ShowAsAvailableSlicerStyle Property
Gets or sets whether the specified table style is shown as available in the slicer styles gallery.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowAsAvailableSlicerStyle As Boolean
Get
Set
'Usage
Dim instance As TableStyle
Dim value As Boolean
value = instance.ShowAsAvailableSlicerStyle
instance.ShowAsAvailableSlicerStyle = value
bool ShowAsAvailableSlicerStyle { get; set; }
Property Value
Type: System.Boolean
true if the specified table style is shown as available in the slicer styles gallery; otherwise, false.
Remarks
Read/write.