ExcelGradientFillXml Class

Office Open XML

Xml access class for gradient fillsde

Namespace:  OfficeOpenXml.Style.XmlAccess
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelGradientFillXml : ExcelFillXml
Visual Basic (Declaration)
Public NotInheritable Class ExcelGradientFillXml _
	Inherits ExcelFillXml
Visual C++
public ref class ExcelGradientFillXml sealed : public ExcelFillXml

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Style.XmlAccess..::.StyleXmlHelper
      OfficeOpenXml.Style.XmlAccess..::.ExcelFillXml
        OfficeOpenXml.Style.XmlAccess..::.ExcelGradientFillXml

See Also