Skip to main content

XlColor.Empty Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlColor Empty { get; }

Property Value

Type Description
XlColor

An XlColor object that represents an empty color.

See Also