LinearGradient interface
Office 2013 and later
The LinearGradient 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 LinearGradient objects |
Attempting to access a Interior.Gradient property of an Microsoft.Office.Interop.Excel.Interior object that does not have an existing gradient fill will result in a Run Time Error. Be aware of the Interior.Pattern property before accessing the Gradient property.
If Interior.Pattern is changed from a gradient type to a non-gradient type, the LinearGradient object will populate with default values.
Show:
Note