format_row method

format_row(self, row, style)

Format the row data in the pivottable area


def format_row(self, row, style):
    ...
ParameterTypeDescription
rowintRow Index of the Row object
styleStyleStyle which is to format

See Also