Partager via


RectangularGradient.RectangleBottom 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 RectangleBottom As Double
    Get
    Set
'Usage
Dim instance As RectangularGradient
Dim value As Double

value = instance.RectangleBottom

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

Property Value

Type: System.Double
Double

Remarks

Works with RectangleLeft, RectangleRight, and RectangleTop. 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