[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableSlicerStyle

ShowAsAvailableSlicerStyle Property

ShowAsAvailableSlicerStyle

Gets or sets whether the specified table style is shown as available in the slicer styles gallery.

Declaration
bool ShowAsAvailableSlicerStyle { get; set; }
Property ShowAsAvailableSlicerStyle As Boolean
Examples
ITableStyle customStyle = workbook.TableStyles.Add("SlicerStyle");
customStyle.ShowAsAvailableSlicerStyle = true;
bool available = customStyle.ShowAsAvailableSlicerStyle;