Gets the top row index.
'Declaration
Public Property Row As Integer
'Usage
Dim instance As Reference
Dim value As Integer
instance.Row = value
value = instance.Row
public int Row {get; set;}
Property Value
An integer value represents the top row index.