styles property

styles property

Gets and sets the styles for each column of the table.

Definition:

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

See Also