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