set_style method
set_style
Sets the style of the range.
def set_style(self, style):
...
Parameter | Type | Description |
---|---|---|
style | Style | The Style object. |
set_style
Apply the cell style.
def set_style(self, style, explicit_flag):
...
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
explicit_flag | bool | True, only overwriting formatting which is explicitly set. |
See Also
- module
aspose.cells
- class
Range