set_inside_borders method

set_inside_borders(self, border_edge, line_style, border_color)

Set inside borders of the range.


def set_inside_borders(self, border_edge, line_style, border_color):
    ...
ParameterTypeDescription
border_edgeaspose.cells.BorderTypeInside borde type, only can be BorderType.VERTICAL and BorderType.HORIZONTAL.
line_styleaspose.cells.CellBorderTypeThe border style.
border_coloraspose.cells.CellsColorThe color of the border.

See Also