Returns whether or not the color is stored in Excel's default color palette.

 public boolean IsPaletteColor{ get; }
Public ReadOnly Property IsPaletteColor() As Boolean
bool paletteColor = clr.IsPaletteColor;
Dim paletteColor As Boolean = clr.IsPaletteColor