Gets cell row zero-based index.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Row As Integer
C#
public int Row { get; }
Visual C++
public:
property int Row {
	int get ();
}
JavaScript
function get_row();

See Also