apply_style method

apply_style(self, style, flag)

Applies formats for a whole column.


def apply_style(self, style, flag):
    ...
ParameterTypeDescription
styleaspose.cells.StyleThe style object which will be applied.
flagaspose.cells.StyleFlagFlags which indicates applied formatting properties.

See Also