Gets tru, if all 4 borders of the cell is on.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsRectangle As Boolean
C#
public bool IsRectangle { get; }
Visual C++
public:
property bool IsRectangle {
	bool get ();
}
JavaScript
function get_isRectangle();

See Also