set_column_width method
set_column_width
Sets the width of the specified column in normal view.
def set_column_width(self, column, width):
...
Parameter | Type | Description |
---|---|---|
column | int | Column index. |
width | float | Width of column.Column width must be between 0 and 255. |
Remarks
To hide a column, sets column width to zero.
See Also
- module
aspose.cells
- class
Cells