Excel.Interfaces.CustomConditionalFormatLoadOptions interface

Represents a custom conditional format type.

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).

format

Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.

rule

Specifies the Rule object on this 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

format

Returns a format object, encapsulating the conditional formats font, fill, borders, and other properties.

format?: Excel.Interfaces.ConditionalRangeFormatLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

rule

Specifies the Rule object on this conditional format.

rule?: Excel.Interfaces.ConditionalFormatRuleLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]