Skip to main content

XlColor.DefaultBackground Property

Returns the XlColor object that represents the default background color with the color index 65.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlColor DefaultBackground { get; }

Property Value

Type Description
XlColor

An XlColor object that is the default background color.

See Also