Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData interface
用于更新对象上 ConditionalRangeBorderCollection 的数据的接口,用于 conditionalRangeBorderCollection.set({ ... }).
属性详细信息
bottom
获取底部边框。
bottom?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
属性值
注解
items
items?: Excel.Interfaces.ConditionalRangeBorderData[];
属性值
left
获取左边框。
left?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
属性值
注解
right
获取右边框。
right?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
属性值
注解
top
获取顶部边框。
top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;