column_count property

column_count property

Returns or sets number of columns in the text area. This value must be a positive number. Otherwise, the value will be set to zero. Value 0 means undefined value. Read/write int.

Definition:

@property
def column_count(self):
    ...

@column_count.setter
def column_count(self, value):
    ...

See Also