Gets the index of the top row in this CellRange.

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

Syntax

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

Remarks

This value is the lower of Row or Row2.

See Also