Skip to main content

XlColor.IsAutoOrEmpty Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsAutoOrEmpty { get; }

Property Value

Type Description
Boolean

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

See Also