apply_column_style method

apply_column_style

Applies formats for a whole column.

def apply_column_style(self, column, style, flag):
    ...
ParameterTypeDescription
columnintThe column index.
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also