Edit

Share via


Excel.CellPropertiesBorderLoadOptions interface

Specifies which properties to load on the format.borders object.

Remarks

[ API set: ExcelApi 1.9 ]

Properties

color

Specifies whether to load the color property.

style

Specifies whether to load the style property.

tintAndShade

Specifies whether to load the tintAndShade property.

weight

Specifies whether to load the weight property.

Property Details

color

Specifies whether to load the color property.

TypeScript
color?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

style

Specifies whether to load the style property.

TypeScript
style?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

tintAndShade

Specifies whether to load the tintAndShade property.

TypeScript
tintAndShade?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

weight

Specifies whether to load the weight property.

TypeScript
weight?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]