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