Gets the index of the row at the specified location.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public int Row { get; }
Visual Basic
Public ReadOnly Property Row As Integer
	Get

Remarks

If there is no row at the specified location, this property returns -1.

See Also