Show / Hide Table of Contents

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
In this article
Back to top Generated by DocFX