column_character_width property

column_character_width property

Indicates whether copying column width in unit of characters.

Definition:

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

See Also