set_outline_border method

set_outline_border(self, border_edge, border_style, border_color)

Sets outline border around a range of cells.


def set_outline_border(self, border_edge, border_style, border_color):
    ...
ParameterTypeDescription
border_edgeaspose.cells.BorderTypeBorder edge.
border_styleaspose.cells.CellBorderTypeBorder style.
border_coloraspose.cells.CellsColorBorder color.

set_outline_border(self, border_edge, border_style, border_color)

Sets outline border around a range of cells.


def set_outline_border(self, border_edge, border_style, border_color):
    ...
ParameterTypeDescription
border_edgeaspose.cells.BorderTypeBorder edge.
border_styleaspose.cells.CellBorderTypeBorder style.
border_coloraspose.pydrawing.ColorBorder color.

See Also