Gets or sets value indicated whether current row is the last row in the grid.

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

Syntax

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

See Also