Excel.Interfaces.ConditionalDataBarPositiveFormatData interface

Warning

This API is now deprecated.

An interface describing the data returned by calling conditionalDataBarPositiveFormat.toJSON().

Properties

borderColor

HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange"). Value is "" (an empty string) if no border is present or set.

fillColor

HTML color code representing the fill color, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").

gradientFill

Specifies if the data bar has a gradient.

Property Details

borderColor

Warning

This API is now deprecated.

HTML color code representing the color of the border line, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange"). Value is "" (an empty string) if no border is present or set.

borderColor?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.6 ]

fillColor

Warning

This API is now deprecated.

HTML color code representing the fill color, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").

fillColor?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.6 ]

gradientFill

Warning

This API is now deprecated.

Specifies if the data bar has a gradient.

gradientFill?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.6 ]