CsvReader..::..SkipEmptyLines Property

Gets or sets a value indicating if the reader will skip empty lines.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool SkipEmptyLines { get; set; }
Public Property SkipEmptyLines As Boolean
	Get
	Set
public:
property bool^ SkipEmptyLines {
	bool^ get ();
	void set (bool^ value);
}

Field Value

A value indicating if the reader will skip empty lines.