set_element_style method

set_element_style(self, style)

Sets the element style.


def set_element_style(self, style):
    ...
ParameterTypeDescription
styleaspose.cells.StyleThe element style.

See Also