FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Row Property


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