cell_alignment property

cell_alignment property

Gets or sets the cell alignment.

Definition:

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

See Also