Skip to main content

XlColor.ColorType Property

Gets the type of the current color.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlColorType ColorType { get; }

Property Value

Type Description
XlColorType

One of the XlColorType enumeration values specifying the color type.

Available values:

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.

See Also