Skip to main content

XlCondFmtRuleDataBar.FillColor Property

Gets or sets the data bar fill color.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public XlColor FillColor { get; set; }

#Property Value

Type Description
XlColor

A XlColor object that is the data bar fill color.

See Also