apply_row_style method

apply_row_style

Applies formats for a whole row.

def apply_row_style(self, row, style, flag):
    ...
ParameterTypeDescription
rowintThe row index.
styleStyleThe style object which will be applied.
flagStyleFlagFlags which indicates applied formatting properties.

See Also