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