Share via


FillFormat.GradientDegree Property

Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).

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

Syntax

'Declaration
ReadOnly Property GradientDegree As Single
    Get
'Usage
Dim instance As FillFormat
Dim value As Single

value = instance.GradientDegree
float GradientDegree { get; }

Property Value

Type: System.Single

Remarks

The GradiantDegree property is read-only. Use the OneColorGradient method to set the gradient degree for the fill.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Excel Namespace