FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TopChangeEventArgs Class / RowViewportIndex Property


In This Topic
RowViewportIndex Property
In This Topic
Gets the index of the viewport row in which the change occurred.
Syntax
'Declaration
 
Public ReadOnly Property RowViewportIndex As Integer
 
'Usage
 
Dim instance As TopChangeEventArgs
Dim value As Integer
 
value = instance.RowViewportIndex
See Also