ungroup_columns method
ungroup_columns(self, first_index, last_index)
Ungroups columns.
def ungroup_columns(self, first_index, last_index):
...
| Parameter | Type | Description |
|---|---|---|
| first_index | int | The first column index to be ungrouped. |
| last_index | int | The last column index to be ungrouped. |
See Also
- module
aspose.cells - class
Cells