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

XlColor.Empty Property

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

Namespace: DevExpress.Export.Xl

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

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

Declaration

public static XlColor Empty { get; }

Property Value

Type Description
XlColor

An XlColor object that represents an empty color.

See Also