TdxSpreadSheetConditionalFormattingRuleDataBarFillMode Enum
Enumerates data bar fill modes.
Declaration
TdxSpreadSheetConditionalFormattingRuleDataBarFillMode = (
dbfmSolid,
dbfmGradient
);
Members
Name |
---|
dbfmSolid
|
dbfmGradient
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
dbfmSolid | Fills a data bar with the color specified by the "Data Bar" conditional formatting rule’s PositiveBarColor or NegativeBarColor property. | |
dbfmGradient | Fills a data bar with a linear color gradient between the rule’s PositiveBarColor or NegativeBarColor property value and the white color. |
The “Data Bar“ conditional formatting rule’s Style.FillMode property references the TdxSpreadSheetConditionalFormattingRuleDataBarFillMode type.
See Also