style_preset property

style_preset property

Get’s or sets builtin table style. Read/write TableStylePreset.

Definition:

@property
def style_preset(self):
    ...

@style_preset.setter
def style_preset(self, value):
    ...

See Also