XlColorType Enum
Lists values used to specify the color type.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Members
Name | Description |
---|---|
Empty
|
Specifies an empty color. |
Rgb
|
Specifies an ARGB (alpha, red, green, blue) color. |
Theme
|
Specifies a theme-based color. |
Auto
|
Specifies an automatic color. |
Indexed
|
Specifies an indexed color. |
Related API Members
The following properties accept/return XlColorType values:
Remarks
The values listed by this enumeration are returned by the XlColor.ColorType property.