set_inside_borders method
set_inside_borders
Set inside borders of the range.
def set_inside_borders(self, border_edge, line_style, border_color):
...
Parameter | Type | Description |
---|---|---|
border_edge | BorderType | Inside borde type, only can be BorderType.VERTICAL and BorderType.HORIZONTAL . |
line_style | CellBorderType | The border style. |
border_color | CellsColor | The color of the border. |
See Also
- module
aspose.cells
- class
Range