Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / DefaultSlicerStyle Property


In This Topic
    DefaultSlicerStyle Property (Workbook)
    In This Topic
    Gets or sets the table style from the ITableStyle collection that is used as the default slicer style.
    Syntax
    'Declaration
     
    
    Public Property DefaultSlicerStyle As ITableStyle
    'Usage
     
    
    Dim instance As Workbook
    Dim value As ITableStyle
     
    instance.DefaultSlicerStyle = value
     
    value = instance.DefaultSlicerStyle
    public ITableStyle DefaultSlicerStyle {get; set;}

    Property Value

    An ITableStyle object represents the default slicer style.
    See Also