Excel.Interfaces.ConditionalRangeFillUpdateData interface
An interface for updating data on the ConditionalRangeFill
object, for use in conditionalRangeFill.set({ ... })
.
Properties
color | HTML color code representing the color of the fill, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange"). |
Property Details
color
HTML color code representing the color of the fill, in the form #RRGGBB (e.g., "FFA500") or as a named HTML color (e.g., "orange").
color?: string;
Property Value
string