set_outline_borders method
Contents
[
Hide
]set_outline_borders
Sets the outline borders around a range of cells with same border style and color.
def set_outline_borders(self, border_style, border_color):
...
Parameter | Type | Description |
---|---|---|
border_style | CellBorderType | Border style. |
border_color | CellsColor | Border color. |
set_outline_borders
Sets the outline borders around a range of cells with same border style and color.
def set_outline_borders(self, border_style, border_color):
...
Parameter | Type | Description |
---|---|---|
border_style | CellBorderType | Border style. |
border_color | aspose.pydrawing.Color | Border color. |
set_outline_borders {#list-aspose.pydrawing.Color[]}
Sets out line borders around a range of cells.
def set_outline_borders(self, border_styles, border_colors):
...
Parameter | Type | Description |
---|---|---|
border_styles | list | Border styles. |
border_colors | aspose.pydrawing.Color[] | Border colors. |
Remarks
Both the length of borderStyles and borderStyles must be 4. The order of borderStyles and borderStyles must be top,bottom,left,right
See Also
- module
aspose.cells
- class
Range