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

XlColor.IsAutoOrEmpty Property

Gets a value indicating whether the current color is automatic or empty.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool IsAutoOrEmpty { get; }

Property Value

Type Description
Boolean

true, if the color is automatic or empty; otherwise, false.

See Also