Type of gradient fill
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum ExcelFillGradientType |
Visual Basic (Declaration) |
---|
Public Enumeration ExcelFillGradientType |
Visual C++ |
---|
public enum class ExcelFillGradientType |
Members
Member name | Description | |
---|---|---|
None |
No gradient fill.
| |
Linear |
This gradient fill is of linear gradient type. Linear gradient type means that the transition from one color to the next is along a line (e.g., horizontal, vertical,diagonal, etc.)
| |
Path |
This gradient fill is of path gradient type. Path gradient type means the that the boundary of transition from one color to the next is a rectangle, defined by top,bottom, left, and right attributes on the gradientFill element.
|