Message-ID: <343341991.8267.1711639331091.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8266_60968230.1711639331091" ------=_Part_8266_60968230.1711639331091 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Color.IsPaletteColor

Color.IsPaletteColor

Description

Returns whether or not the color is stored in Excel's default color = palette. For .xlsx files, returns whether the color has been retrieved from= the legacy palette. The only way to retrieve colors from the legacy palett= e is by using the=20 Palette.SetColorAt= or=20 Palette.GetColorAt= methods.=20
C#
=20
public boolean IsPaletteColor{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property IsPaletteColor() As Boo=
lean
=20
=20

Examples

=20
C#
=20
bool paletteColor =3D clr.IsPaletteColor;
=20
vb.net
=20
Dim paletteColor As Boolean =3D clr.IsPaletteColor
=20
------=_Part_8266_60968230.1711639331091--