IExcelRectangularGradient Interface
A rectangular gradient used for filling a background.
Syntax
Unit: FlexCel.Core
IExcelRectangularGradient = interface(IExcelGradient);
Properties
Name |
Description |
Top |
Top coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the first color of the gradient will be placed.
|
Left |
Left coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the first color of the gradient will be placed.
|
Bottom |
Bottom coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the last color of the gradient will be placed.
|
Right |
Right coordinate for the gradient. This value must be between 0 and 1, and specifies in percent where the last color of the gradient will be placed.
|