style_type property

style_type property

Specify the type of Built-in slicer style the default type is SlicerStyleLight1

Example

from aspose.cells.slicers import SlicerStyleType

slicer.style_type = SlicerStyleType.SLICER_STYLE_LIGHT2

Definition:

@property
def style_type(self):
    ...
@style_type.setter
def style_type(self, value):
    ...

See Also