Excel.Interfaces.IconSetConditionalFormatLoadOptions interface

Represents an icon set criteria for conditional formatting.

Remarks

[ API set: ExcelApi 1.6 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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.

reverseIconOrder

If true, reverses the icon orders for the icon set. Note that this cannot be set if custom icons are used.

showIconOnly

If true, hides the values and only shows icons.

style

If set, displays the icon set option for the conditional format.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: ExcelApi 1.6 ]

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

[ API set: ExcelApi 1.6 ]

showIconOnly

If true, hides the values and only shows icons.

showIconOnly?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

style

If set, displays the icon set option for the conditional format.

style?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]