Excel.Interfaces.ConditionalRangeFillUpdateData interface
用于更新对象上的 ConditionalRangeFill
数据的接口,用于 在 中使用 conditionalRangeFill.set({ ... })
。
属性
color | 表示填充颜色的 HTML 颜色代码,格式 #RRGGBB (例如“FFA500”) 或命名 HTML 颜色 (,例如“橙色”) 。 |
属性详细信息
color
表示填充颜色的 HTML 颜色代码,格式 #RRGGBB (例如“FFA500”) 或命名 HTML 颜色 (,例如“橙色”) 。
color?: string;
属性值
string