Spread WinForms 15
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

Property Value

An ITableStyle object represents the default slicer style.
See Also