get_used_colors method

get_used_colors

Gets all used colors in the workbook.

Returns

The used colors.

def get_used_colors(self, workbook):
    ...
ParameterTypeDescription
workbookWorkbookThe workbook object.

See Also