PatternColor Property

Office Open XML

Pattern color

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

Syntax

C#
public ExcelColorXml PatternColor { get; internal set; }
Visual Basic (Declaration)
Public Property PatternColor As ExcelColorXml
Visual C++
public:
property ExcelColorXml^ PatternColor {
	ExcelColorXml^ get ();
	void set (ExcelColorXml^ value);
}

See Also