is_color_in_palette method
is_color_in_palette
Checks if a color is in the palette for the spreadsheet.
Returns
Returns true if this color is in the palette. Otherwise, returns false
def is_color_in_palette(self, color):
...
Parameter | Type | Description |
---|---|---|
color | aspose.pydrawing.Color | Color structure. |
See Also
- module
aspose.cells
- class
Workbook