Class ExcelGradientFill
- Namespace
- OfficeOpenXml.Style
- Assembly
- Magicodes.EPPlus.dll
public class ExcelGradientFill : StyleBase
- Inheritance
-
ExcelGradientFill
- Inherited Members
-
- Extension Methods
-
Properties
Bottom
public double Bottom { get; set; }
Property Value
- double
Color1
public ExcelColor Color1 { get; }
Property Value
- ExcelColor
Color2
public ExcelColor Color2 { get; }
Property Value
- ExcelColor
Degree
public double Degree { get; set; }
Property Value
- double
Left
public double Left { get; set; }
Property Value
- double
Right
public double Right { get; set; }
Property Value
- double
Top
public double Top { get; set; }
Property Value
- double
Type
public ExcelFillGradientType Type { get; set; }
Property Value
- ExcelFillGradientType