Imports any lines which are longer than the table. Dropping excess columns. False by default.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

See Also