officefileapi-devexpress-dot-spreadsheet-dot-databarconditionalformatting-5e4008b3.md
Gets or sets whether the gradient fill is applied to data bars.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
bool GradientFill { get; set; }
Property GradientFill As Boolean
| Type | Description |
|---|---|
| Boolean |
true , if the gradient fill type is used; otherwise, false.
|
The following code snippets (auto-collected from DevExpress Examples) contain references to the GradientFill property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
' Specify the solid fill type.
cfRule2.GradientFill = False
' Hide values of cells to which the rule is applied.
' Specify the solid fill type.
cfRule2.GradientFill = False
' Hide values of cells to which the rule is applied.
' Specify the solid fill type.
cfRule2.GradientFill = False
' Hide values of cells to which the rule is applied.
See Also
DataBarConditionalFormatting Interface