Workbook.IsColorInPalette

Workbook.IsColorInPalette method

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

public bool IsColorInPalette(Color color)
ParameterTypeDescription
colorColorColor structure.

Return Value

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

See Also