Show / Hide Table of Contents

Enum ExcelFillGradientType

Type of gradient fill

Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.dll
Syntax
public enum ExcelFillGradientType

Fields

Name Description
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.)

None

No gradient fill.

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.

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX