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