Skip to main content

XlColor.Auto Property

Gets an XlColor object whose XlColor.ColorType value is XlColorType.Auto.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlColor Auto { get; }

Property Value

Type Description
XlColor

An XlColor object that represents an automatic color.

See Also