Aspose::Cells::Workbook::IsColorInPalette method

Workbook::IsColorInPalette method

Checks if a color is in the palette for the spreadsheet.

bool Aspose::Cells::Workbook::IsColorInPalette(const Aspose::Cells::Color &color)
ParameterTypeDescription
colorconst Aspose::Cells::Color&Color structure.

ReturnValue

Returns true if this color is in the palette. Otherwise, returns false

See Also