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.

color?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

style

Specifies whether to load the style property.

style?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

tintAndShade

Specifies whether to load the tintAndShade property.

tintAndShade?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

weight

Specifies whether to load the weight property.

weight?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]