Excel.Interfaces.ConditionalRangeFontLoadOptions interface

Warning

This API is now deprecated.

This object represents the font attributes (font style, color, etc.) for an object.

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

bold

Specifies if the font is bold.

color

HTML color code representation of the text color (e.g., #FF0000 represents Red).

italic

Specifies if the font is italic.

strikethrough

Specifies the strikethrough status of the font.

underline

The type of underline applied to the font. See Excel.ConditionalRangeFontUnderlineStyle for details.

Property Details

$all

Warning

This API is now deprecated.

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

bold

Warning

This API is now deprecated.

Specifies if the font is bold.

bold?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

color

Warning

This API is now deprecated.

HTML color code representation of the text color (e.g., #FF0000 represents Red).

color?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

italic

Warning

This API is now deprecated.

Specifies if the font is italic.

italic?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

strikethrough

Warning

This API is now deprecated.

Specifies the strikethrough status of the font.

strikethrough?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

underline

Warning

This API is now deprecated.

The type of underline applied to the font. See Excel.ConditionalRangeFontUnderlineStyle for details.

underline?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]