un_merge method
un_merge(self, first_row, first_column, total_rows, total_columns)
Unmerges a specified range of merged cells.
def un_merge(self, first_row, first_column, total_rows, total_columns):
...
| Parameter | Type | Description |
|---|---|---|
| first_row | int | First row of this range(zero based) |
| first_column | int | First column of this range(zero based) |
| total_rows | int | Number of rows(one based) |
| total_columns | int | Number of columns(one based) |
See Also
- module
aspose.cells - class
Cells