Style Property

Office Open XML

Cell Border style

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

Syntax

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

See Also