Gets of sets value indicated whether wrap mode must be imported.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property WrapMode As Boolean
C#
public bool WrapMode { get; set; }
Visual C++
public:
property bool WrapMode {
	bool get ();
	void set (bool value);
}
JavaScript
function get_wrapMode();
function set_wrapMode(value);

See Also