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