Excel.ConditionalDataBarRule interface
Represents a rule-type for a data bar.
Remarks
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