Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / ShowAsAvailableSlicerStyle Property


In This Topic
ShowAsAvailableSlicerStyle Property (ITableStyle)
In This Topic
Gets or sets a value indicating whether the table style is shown as available in the slicer styles gallery.
Syntax
'Declaration
 
Property ShowAsAvailableSlicerStyle As Boolean
 
'Usage
 
Dim instance As ITableStyle
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.
Remarks
This property take effect on XLSX import/export only.
See Also