Interior.Gradient Property

Gets or sets the Gradient property of an Interior object of a selection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Gradient As Object
    Get
'Usage
Dim instance As Interior
Dim value As Object

value = instance.Gradient
Object Gradient { get; }

Property Value

Type: System.Object

Remarks

Uses either LinearGradient or RectangularGradient.

See Also

Reference

Interior Interface

Interior Members

Microsoft.Office.Interop.Excel Namespace