Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.ConditionalDataBarRule interface
- Package:
- excel
Represents a rule-type for a data bar.
Remarks
Used by
Properties
| formula | The formula, if required, on which to evaluate the data bar rule. |
| type | The type of rule for the data bar. |
Property Details
formula
The formula, if required, on which to evaluate the data bar rule.
formula?: string;
Property Value
string
Remarks
type
The type of rule for the data bar.
type: Excel.ConditionalFormatRuleType | "Invalid" | "Automatic" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile";
Property Value
Excel.ConditionalFormatRuleType | "Invalid" | "Automatic" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile"
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
