style_type proprietà

style_type proprietà

Specificare il tipo di stile affettatrice incorporato il tipo predefinito è SlicerStyleLight1

Esempio

from aspose.cells.slicers import SlicerStyleType

slicer.style_type = SlicerStyleType.SLICER_STYLE_LIGHT2

Definizione:

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

Guarda anche