Static $tStatic nextGets the number of colors in the palette, which is always 56.
Gets the index of the closest color in the color palette, which will be seen when the file is opened in Microsoft Excel 2003 and older versions.
A 0-based index into the collection of the closest color available in the palette.
The color to match in the palette.
Gets or sets a color in the palette.
When a color is set in the palette, isCustom will return True. The palette can than be reset with the reset method.
Colors added to the palette must be opaque.
ArgumentOutOfRangeException 'index' is less than 0 or greater than 55.
ArgumentException The value assigned is an empty color, a system color, or is not opaque.
The index of the color to get or set in the palette.
Static compareStatic compareStatic equalsStatic equalsStatic getStatic getStatic getStatic reference
Represents the color palette used when the saved file is opened in Microsoft Excel 2003 and earlier versions.
See
Workbook.palette