un_merge method

un_merge

Unmerges a specified range of merged cells.

def un_merge(self, first_row, first_column, total_rows, total_columns):
    ...
ParameterTypeDescription
first_rowintFirst row of this range(zero based)
first_columnintFirst column of this range(zero based)
total_rowsintNumber of rows(one based)
total_columnsintNumber of columns(one based)

See Also