RectangularGradient interface
Office 2013 and later
The RectangularGradient object transitions through a series of colors in a linear manner along a specific angle.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Note |
|---|
Some things to consider when working with RectangularGradient objects |
Attempting to access a Gradient property of an Interior object that does not have an existing gradient fill will result in a Run Time Error. Be aware of the Pattern property before accessing the Gradient property.
If Pattern is changed from a gradient type to a non-gradient type, the Gradient object will populate with default values.
Show:
Note