vertical_alignment property

vertical_alignment property

Gets or sets the vertical alignment type of the text in a cell.

Definition:

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

See Also