set_style method
set_style
Sets the style of this column.
def set_style(self, style):
...
Parameter | Type | Description |
---|---|---|
style | Style | the style to be used as the default style for cells in this column. |
Remarks
This method only sets the given style as the default style for this column,
without changing the style settings for existing cells in this column.
To update style settings of existing cells to the specified style at the same time,
please use Column.apply_style
See Also
- module
aspose.cells
- class
Column