set_style method

set_style(self, style)

Sets the style of the range.


def set_style(self, style):
    ...
ParameterTypeDescription
styleaspose.cells.StyleThe Style object.

See Also