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):
    ...
ParameterTypeDescription
border_styleaspose.cells.CellBorderTypeThe type of borders.
border_coloraspose.pydrawing.ColorThe 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):
    ...
ParameterTypeDescription
border_styleaspose.cells.CellBorderTypeThe type of borders.
border_coloraspose.cells.CellsColorThe color of the borders

See Also