Excel.Interfaces.IconSetConditionalFormatLoadOptions interface
Represents an icon set criteria for conditional formatting.
Remarks
Properties
$all | Specifying |
criteria | An array of criteria and icon sets for the rules and potential custom icons for conditional icons. Note that for the first criterion only the custom icon can be modified, while type, formula, and operator will be ignored when set. |
reverse |
If |
show |
If |
style | If set, displays the icon set option for the conditional format. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
criteria
An array of criteria and icon sets for the rules and potential custom icons for conditional icons. Note that for the first criterion only the custom icon can be modified, while type, formula, and operator will be ignored when set.
criteria?: boolean;
Property Value
boolean
Remarks
reverseIconOrder
If true
, reverses the icon orders for the icon set. Note that this cannot be set if custom icons are used.
reverseIconOrder?: boolean;
Property Value
boolean
Remarks
showIconOnly
If true
, hides the values and only shows icons.
showIconOnly?: boolean;
Property Value
boolean
Remarks
style
If set, displays the icon set option for the conditional format.
style?: boolean;
Property Value
boolean
Remarks
Office Add-ins