set_outline_borders method
set_outline_borders(self, border_style, border_color)
Set the outline borders
def set_outline_borders(self, border_style, border_color):
...
| Parameter | Type | Description |
|---|---|---|
| border_style | aspose.cells.CellBorderType | The type of borders. |
| border_color | aspose.pydrawing.Color | The color of the borders |
set_outline_borders(self, border_style, border_color)
Set the outline borders
def set_outline_borders(self, border_style, border_color):
...
| Parameter | Type | Description |
|---|---|---|
| border_style | aspose.cells.CellBorderType | The type of borders. |
| border_color | aspose.cells.CellsColor | The color of the borders |
See Also
- module
aspose.cells - class
Style