Share via


RectangularGradient.RectangleBottom Property

Excel Developer Reference

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

Version Information
 Version Added:  Excel 2007

Syntax

expression.RectangleBottom

expression   A variable that represents a RectangularGradient object.

Return Value
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