Excel.Interfaces.RangeBorderCollectionUpdateData interface
An interface for updating data on the RangeBorderCollection object, for use in rangeBorderCollection.set({ ... }).
Properties
| 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 |
Property Details
items
tintAndShade
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