RectangularGradient Interface

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)

Syntax

'Declaration
<GuidAttribute("000244B0-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface RectangularGradient
'Usage
Dim instance As RectangularGradient
[GuidAttribute("000244B0-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface RectangularGradient

Remarks

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.

See Also

Reference

RectangularGradient Members

Microsoft.Office.Interop.Excel Namespace