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