LineStyle Property

Office Open XML

Linestyle

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

Syntax

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

See Also