Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns whether or not the color is a custom color.
C#
public boolean IsCustomColor{ get; }
vb.net
Public ReadOnly Property IsCustomColor() As Boolean

Remarks

For .xls files a custom color is a color that is not part of Excel's default color palette. For .xlsx files, a custom color is any color that has not been retrieved from the legacy palette (through Palette.SetColorAt or Palette.GetColorAt), and is not a system color.

Examples

C#
bool customColor = clr.IsCustomColor;
vb.net
Dim customColor As Boolean = clr.IsCustomColor
  • No labels