Excel.Interfaces.ConditionalRangeFillData interface

一个接口,用于描述通过调用 conditionalRangeFill.toJSON()返回的数据。

属性

color

表示填充颜色的 HTML 颜色代码,格式#RRGGBB (例如“FFA500”) 或命名 HTML 颜色 (,例如“橙色”) 。

属性详细信息

color

表示填充颜色的 HTML 颜色代码,格式#RRGGBB (例如“FFA500”) 或命名 HTML 颜色 (,例如“橙色”) 。

color?: string;

属性值

string

注解

[ API 集:ExcelApi 1.6 ]