EOL Property

Office Open XML

End of line characters. Default CRLF

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

Syntax

C#
public string EOL { get; set; }
Visual Basic (Declaration)
Public Property EOL As String
Visual C++
public:
property String^ EOL {
	String^ get ();
	void set (String^ value);
}

See Also