Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.RangeBorderCollectionUpdateData interface
- Package:
- excel
An interface for updating data on the RangeBorderCollection object, for use in rangeBorderCollection.set({ ... }).
Properties
| 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 |
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
Remarks
Office Add-ins
Feedback
Was this page helpful?
