Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / DefaultSlicerStyle Property


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

    Property Value

    An ITableStyle object represents the default slicer style.
    See Also