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):
...
| Parameter | Type | Description |
|---|---|---|
| workbook | aspose.cells.Workbook | The workbook object. |
See Also
- module
aspose.cells - class
CellsHelper