Delimiter Property

Office Open XML

Delimiter character

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

Syntax

C#
public char Delimiter { get; set; }
Visual Basic (Declaration)
Public Property Delimiter As Char
Visual C++
public:
property wchar_t Delimiter {
	wchar_t get ();
	void set (wchar_t value);
}

See Also