Excel.Interfaces.RangeBorderCollectionUpdateData interface
An interface for updating data on the RangeBorderCollection
object, for use in rangeBorderCollection.set({ ... })
.
items | |
tint |
Specifies a double that lightens or darkens a color for range borders. The value is between -1 (darkest) and 1 (brightest), with 0 for the original color. A |
items?: Excel.Interfaces.RangeBorderData[];
Property Value
Specifies a double that lightens or darkens a color for range borders. The value is between -1 (darkest) and 1 (brightest), with 0 for the original color. A null
value indicates that the entire border collection doesn't have a uniform tintAndShade
setting.
tintAndShade?: number;
Property Value
number
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: