min_column_width property

min_column_width property

Minimum column width in twips (1/20th of a point) The gap spacing (also referred to as “Column Gap” or “Gap Width”) is added to the MinColumnWidth to determine the total Matrix Column Spacing (distance between the same edges of different columns). Default: 0.

Definition:

@property
def min_column_width(self):
    ...

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

See Also