Class ExcelDrawingGradientFillColor
Represents a color in the gradiant color list
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingGradientFillColor
Properties
Color
The color to use.
Declaration
public ExcelDrawingColorManager Color { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
Position
The position of color in a range from 0-100%
Declaration
public double Position { get; }
Property Value
| Type | Description |
|---|---|
| double |