set_inside_borders method

set_inside_borders

Set inside borders of the range.

def set_inside_borders(self, border_edge, line_style, border_color):
    ...
ParameterTypeDescription
border_edgeBorderTypeInside borde type, only can be BorderType.VERTICAL and BorderType.HORIZONTAL.
line_styleCellBorderTypeThe border style.
border_colorCellsColorThe color of the border.

See Also