Table of Contents

Class ExcelGradientFillXml

Namespace
OfficeOpenXml.Style.XmlAccess
Assembly
EPPlus.dll

Xml access class for gradient fillsde

public sealed class ExcelGradientFillXml : ExcelFillXml
Inheritance
ExcelGradientFillXml
Inherited Members

Properties

Bottom

Percentage format bottom

public double Bottom { get; }

Property Value

double

Degree

Angle of the linear gradient

public double Degree { get; }

Property Value

double

GradientColor1

Gradient color 1

public ExcelColorXml GradientColor1 { get; }

Property Value

ExcelColorXml

GradientColor2

Gradient color 2

public ExcelColorXml GradientColor2 { get; }

Property Value

ExcelColorXml

Left

Percentage format left

public double Left { get; }

Property Value

double

Right

Percentage format right

public double Right { get; }

Property Value

double

Top

Percentage format top

public double Top { get; }

Property Value

double

Type

Type of gradient fill.

public ExcelFillGradientType Type { get; }

Property Value

ExcelFillGradientType