Edit

Share via


Excel.Interfaces.ConditionalRangeFontLoadOptions interface

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 load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as 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

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

TypeScript
$all?: boolean;

Property Value

boolean

bold

Specifies if the font is bold.

TypeScript
bold?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

color

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

TypeScript
color?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

italic

Specifies if the font is italic.

TypeScript
italic?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

strikethrough

Specifies the strikethrough status of the font.

TypeScript
strikethrough?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]

underline

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

TypeScript
underline?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]