unhide_columns method
unhide_columns(self, column, total_columns, width)
Unhide multiple columns.
def unhide_columns(self, column, total_columns, width):
...
| Parameter | Type | Description |
|---|---|---|
| column | int | Column index. |
| total_columns | int | Column number |
| width | float | Column width. |
Remarks
Only applies the column width to the hidden columns.
See Also
- module
aspose.cells - class
Cells