Skip to main content
A newer version of this page is available. .

XlColorType Enum

Lists values used to specify the color type.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlColorType

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.

See Also