PatternType Property

Office Open XML

Cell fill pattern style

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

Syntax

C#
public ExcelFillStyle PatternType { get; set; }
Visual Basic (Declaration)
Public Property PatternType As ExcelFillStyle
Visual C++
public:
property ExcelFillStyle PatternType {
	ExcelFillStyle get ();
	void set (ExcelFillStyle value);
}

See Also