Back to Devexpress

XlColorType Enum

corelibraries-devexpress-dot-export-dot-xl-13a8b426.md

latest1.2 KB
Original Source

XlColorType Enum

Lists values used to specify the color type.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlColorType
vb
Public Enum XlColorType

Members

NameDescription
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.

|

The following properties accept/return XlColorType values:

Remarks

The values listed by this enumeration are returned by the XlColor.ColorType property.

See Also

DevExpress.Export.Xl Namespace