ch property

ch property

Alignment character for cells in a column. See the char attribute definition in HTML 4.01.

Definition:

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

See Also