Class ColorType
This enumeration contains possible color types.
Inheritance
System.Object
ColorType
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ColorType : Enum
Fields
Automatic
Automatic color.
Declaration
public const ColorType Automatic
Field Value
Type | Description |
---|---|
ColorType |
Indexed
Indexed color.
Declaration
public const ColorType Indexed
Field Value
Type | Description |
---|---|
ColorType |
None
Color not set
Declaration
public const ColorType None
Field Value
Type | Description |
---|---|
ColorType |
RGB
RGB color.
Declaration
public const ColorType RGB
Field Value
Type | Description |
---|---|
ColorType |
Theme
Theme color.
Declaration
public const ColorType Theme
Field Value
Type | Description |
---|---|
ColorType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |