set_style method
set_style
Sets the cell style.
def set_style(self, style):
...
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
Remarks
If the border settings are changed, the border of adjust cells will be updated too.
set_style
Apply the changed property of style to the cell.
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. |
set_style
Apply the cell style based on flags.
def set_style(self, style, flag):
...
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
flag | StyleFlag | The style flag. |
See Also
- module
aspose.cells
- class
Cell