Partager via


RectangularGradient.RectangleLeft Property

Represents the point or vector that the gradient fill converges to. Read/write

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

Syntax

'Declaration
Property RectangleLeft As Double
    Get
    Set
'Usage
Dim instance As RectangularGradient
Dim value As Double

value = instance.RectangleLeft

instance.RectangleLeft = value
double RectangleLeft { get; set; }

Property Value

Type: System.Double
Double

Remarks

Works with RectangleRight, RectangleTop, and RectangleBottom. Valid values are listed in the table below.

Property

Values

RectangleLeft

0-1

RectangleRight

0-1

RectangleTop

0-1

RectangleBottom

0-1

See Also

Reference

RectangularGradient Interface

RectangularGradient Members

Microsoft.Office.Interop.Excel Namespace