Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ConditionalDataBarPositiveFormatUpdateData interface
- Package:
- excel
An interface for updating data on the ConditionalDataBarPositiveFormat object, for use in conditionalDataBarPositiveFormat.set({ ... }).
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
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
fillColor
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
gradientFill
Specifies if the data bar has a gradient.
gradientFill?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
