Excel.Interfaces.ConditionalRangeFillData interface
An interface describing the data returned by calling conditionalRangeFill.toJSON().
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