SlicerStyleType Enumeration
|
Specifies the built-in styles that can be applied to a slicer.
These styles define the visual appearance of the slicer, including colors and formatting.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SlicerStyleType
Public Enumeration SlicerStyleType
public enum class SlicerStyleType
Members
|
Member name
|
Value
|
Description
|
|
SlicerStyleLight1
|
0
|
Slicer style Light 1.
|
|
SlicerStyleLight2
|
1
|
Slicer style Light 2.
|
|
SlicerStyleLight3
|
2
|
Slicer style Light 3.
|
|
SlicerStyleLight4
|
3
|
Slicer style Light 4.
|
|
SlicerStyleLight5
|
4
|
Slicer style Light 5.
|
|
SlicerStyleLight6
|
5
|
Slicer style Light 6.
|
|
SlicerStyleOther1
|
6
|
Slicer style Other 1.
|
|
SlicerStyleOther2
|
7
|
Slicer style Other 2.
|
|
SlicerStyleDark1
|
8
|
Slicer style Dark 1.
|
|
SlicerStyleDark2
|
9
|
Slicer style Dark 2.
|
|
SlicerStyleDark3
|
10
|
Slicer style Dark 3.
|
|
SlicerStyleDark4
|
11
|
Slicer style Dark 4.
|
|
SlicerStyleDark5
|
12
|
Slicer style Dark 5.
|
|
SlicerStyleDark6
|
13
|
Slicer style Dark 6.
|
|
Custom
|
14
|
Custom style.
|
See Also