Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.ConditionalRangeFillUpdateData interface

Package:
excel

An interface for updating data on the ConditionalRangeFill object, for use in conditionalRangeFill.set({ ... }).

Remarks

Used by

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

Remarks

API set: ExcelApi 1.6


Feedback

Was this page helpful?