Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Row2 Property


In This Topic
Row2 Property (CircularCellChangedEventArgs)
In This Topic
Gets the last row of the cell range.
Syntax
'Declaration
 
Public ReadOnly Property Row2 As Integer
 
'Usage
 
Dim instance As CircularCellChangedEventArgs
Dim value As Integer
 
value = instance.Row2
See Also