Class ExcelDrawingGradientFillColor
Represents a color in the gradiant color list
Inheritance
Object
ExcelDrawingGradientFillColor
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingGradientFillColor
Properties
Color
The color to use.
Declaration
public ExcelDrawingColorManager Color { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
Position
The position of color in a range from 0-100%
Declaration
public double Position { get; }
Property Value
| Type | Description |
|---|---|
| Double |