get_used_colors method

get_used_colors(, workbook)

Gets all used colors in the workbook.

Returns

The used colors.


@staticmethod
def get_used_colors(workbook):
    ...
ParameterTypeDescription
workbookWorkbookThe workbook object.

See Also