set_border method

set_border

Sets the borders of the style.

Returns

Whether current border settings have been changed.

def set_border(self, border_type, border_style, border_color):
    ...
ParameterTypeDescription
border_typeBorderTypeThe border(s) to be set, can be combination of BorderType.
border_styleCellBorderTypeThe style of the border.
border_coloraspose.pydrawing.ColorThe color of the border.

set_border

Sets the borders of the style.

Returns

Whether current border settings have been changed.

def set_border(self, border_type, border_style, border_color):
    ...
ParameterTypeDescription
border_typeBorderTypeThe border(s) to be set, can be combination of BorderType.
border_styleCellBorderTypeThe style of the border.
border_colorCellsColorThe color of the border.

See Also