CellsHelper.GetUsedColors

CellsHelper.GetUsedColors method

Gets all used colors in the workbook.

public static Color[] GetUsedColors(Workbook workbook)
ParameterTypeDescription
workbookWorkbookThe workbook object.

Return Value

The used colors.

See Also