Aspose::Cells::CellsHelper::GetUsedColors method

CellsHelper::GetUsedColors method

Gets all used colors in the workbook.

static Vector<Aspose::Cells::Color> Aspose::Cells::CellsHelper::GetUsedColors(const Workbook &workbook)
ParameterTypeDescription
workbookconst Workbook&The workbook object.

ReturnValue

The used colors.

See Also