Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / ShowAsAvailableSlicerStyle Property


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

    Property Value

    true if the table style is shown as available in the slicer styles gallery; otherwise, false.
    See Also