Enum ExcelFillGradientType
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
Type of gradient fill
public enum ExcelFillGradientType
Fields
Linear = 1
Linear gradient type. Linear gradient type means that the transition from one color to the next is along a line.
None = 0
No gradient fill.
Path = 2
Path gradient type. Path gradient type means the that the transition from one color to the next is a rectangle, defined by coordinates.