set_border method
Contents
[
Hide
]set_border
Sets the borders of the style.
Returns
Whether current border settings have been changed.
def set_border(self, border_type, border_style, border_color):
...
Parameter | Type | Description |
---|---|---|
border_type | BorderType | The border(s) to be set, can be combination of BorderType . |
border_style | CellBorderType | The style of the border. |
border_color | aspose.pydrawing.Color | The color of the border. |
set_border
Sets the borders of the style.
Returns
Whether current border settings have been changed.
def set_border(self, border_type, border_style, border_color):
...
Parameter | Type | Description |
---|---|---|
border_type | BorderType | The border(s) to be set, can be combination of BorderType . |
border_style | CellBorderType | The style of the border. |
border_color | CellsColor | The color of the border. |
See Also
- module
aspose.cells
- class
BorderType
- class
Style