Color2 Property

Office Open XML

Gradient Color 2

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

Syntax

C#
public ExcelColor Color2 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Color2 As ExcelColor
Visual C++
public:
property ExcelColor^ Color2 {
	ExcelColor^ get ();
}

See Also