Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Style Property


In This Topic
Style Property (ISlicer)
In This Topic
Gets or sets the style currently applied to the specified slicer.
Syntax
'Declaration
 
Property Style As ITableStyle
 
'Usage
 
Dim instance As ISlicer
Dim value As ITableStyle
 
instance.Style = value
 
value = instance.Style

Property Value

The style currently applied to the specified slicer.
See Also