EPPlus 3.0 |
ExcelGradientFillXml..::.GradientColor2 Property |
ExcelGradientFillXml Class See Also Send Feedback |
Gradient color 2
Namespace:
OfficeOpenXml.Style.XmlAccess
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelColorXml GradientColor2 { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property GradientColor2 As ExcelColorXml |
Visual C++ |
---|
public: property ExcelColorXml^ GradientColor2 { ExcelColorXml^ get (); void set (ExcelColorXml^ value); } |