Excel.Interfaces.ConditionalRangeFormatLoadOptions interface

Warning

This API is now deprecated.

A format object encapsulating the conditional formats range's font, fill, borders, and other properties.

Remarks

[ API set: ExcelApi 1.6 ]

Properties

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

borders

Collection of border objects that apply to the overall conditional format range.

fill

Returns the fill object defined on the overall conditional format range.

font

Returns the font object defined on the overall conditional format range.

numberFormat

Represents Excel's number format code for the given range. For more information about Excel number formatting, see Number format codes. Cleared if null is passed in.

Property Details

$all

Warning

This API is now deprecated.

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

borders

Warning

This API is now deprecated.

Collection of border objects that apply to the overall conditional format range.

borders?: Excel.Interfaces.ConditionalRangeBorderCollectionLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

fill

Warning

This API is now deprecated.

Returns the fill object defined on the overall conditional format range.

fill?: Excel.Interfaces.ConditionalRangeFillLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

font

Warning

This API is now deprecated.

Returns the font object defined on the overall conditional format range.

font?: Excel.Interfaces.ConditionalRangeFontLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

numberFormat

Warning

This API is now deprecated.

Represents Excel's number format code for the given range. For more information about Excel number formatting, see Number format codes. Cleared if null is passed in.

numberFormat?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]