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

XlColor.DefaultForeground Property

Returns the XlColor object that represents the default foreground color with the color index 64.

Namespace: DevExpress.Export.Xl

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

Declaration

public static XlColor DefaultForeground { get; }

Property Value

Type Description
XlColor

An XlColor object that is the default foreground color.

See Also