Excel.Interfaces.ConditionalRangeFillData interface
一个描述通过调用 conditionalRangeFill.toJSON()返回的数据的接口。
属性
| color | 表示填充颜色的 HTML 颜色代码,采用 #RRGGBB (形式,例如“FFA500”) 或作为命名 HTML 颜色 (,例如“orange”) 。 |
属性详细信息
color
表示填充颜色的 HTML 颜色代码,采用 #RRGGBB (形式,例如“FFA500”) 或作为命名 HTML 颜色 (,例如“orange”) 。
color?: string;
属性值
string