Excel.Interfaces.RangeBorderCollectionUpdateData interface

一个接口,用于更新 RangeBorderCollection 对象上的数据,以便在 中使用 rangeBorderCollection.set({ ... })

属性

items
tintAndShade

指定一个使范围边框的颜色变浅或变暗的双精度值。 该值介于 -1 (最暗) 和 1 (最亮) 之间,原始颜色为 0。 值 null 指示整个边框集合没有统 tintAndShade 一设置。

属性详细信息

items

items?: Excel.Interfaces.RangeBorderData[];

属性值

tintAndShade

指定一个使范围边框的颜色变浅或变暗的双精度值。 该值介于 -1 (最暗) 和 1 (最亮) 之间,原始颜色为 0。 值 null 指示整个边框集合没有统 tintAndShade 一设置。

tintAndShade?: number;

属性值

number

注解

[ API 集:ExcelApi 1.9 ]