Excel.Interfaces.RangeFillUpdateData interface
An interface for updating data on the RangeFill object, for use in rangeFill.set({ ... }).
Properties
| color | HTML color code representing the color of the background, 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 background, in the form #RRGGBB (e.g., "FFA500"), or as a named HTML color (e.g., "orange")
color?: string;
Property Value
string