split_by_width method

split_by_width

Splits the cell by width.

def split_by_width(self, width):
    ...
ParameterTypeDescription
widthfloatWidth of a column.

See Also