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